egl/eglrefimpl/src/session.cpp
branchEGL_MERGE
changeset 181 c1509651cd2b
parent 118 6aeef2faff80
--- a/egl/eglrefimpl/src/session.cpp	Fri Sep 17 09:40:01 2010 +0100
+++ b/egl/eglrefimpl/src/session.cpp	Fri Sep 17 15:45:33 2010 +0100
@@ -15,8 +15,14 @@
 #include <e32debug.h>
 #include "eglprivate.h"
 
+/*
+ * For the moment, we are not actually using the major and minor number
+ * programatically.  Enable this code once its actually used.
+ */
+#if EGL_MAJOR_MINOR_NUMBER_USED
 const TInt KEglMajorVersion = 1;
 const TInt KEglMinorVersion = 4;
+#endif
 
 #define KEglClientApis  ""
 #define KEglVendor      "Nokia"