[Scummvm-cvs-logs] SF.net SVN: scummvm:[49505] scummvm/trunk/backends/platform/android/android .cpp

anguslees at users.sourceforge.net anguslees at users.sourceforge.net
Tue Jun 8 15:23:09 CEST 2010


Revision: 49505
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49505&view=rev
Author:   anguslees
Date:     2010-06-08 13:23:08 +0000 (Tue, 08 Jun 2010)

Log Message:
-----------
Remove obsolete ANDROID_VERSION_GE macro

Modified Paths:
--------------
    scummvm/trunk/backends/platform/android/android.cpp

Modified: scummvm/trunk/backends/platform/android/android.cpp
===================================================================
--- scummvm/trunk/backends/platform/android/android.cpp	2010-06-08 13:18:25 UTC (rev 49504)
+++ scummvm/trunk/backends/platform/android/android.cpp	2010-06-08 13:23:08 UTC (rev 49505)
@@ -31,10 +31,6 @@
 
 #if defined(ANDROID_BACKEND)
 
-#define ANDROID_VERSION_GE(major,minor) \
-  (ANDROID_MAJOR_VERSION > (major) || \
-   (ANDROID_MAJOR_VERSION == (major) && ANDROID_MINOR_VERSION >= (minor)))
-
 #include <jni.h>
 
 #include <string.h>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list