javauis/lcdui_akn/javalcdui/inc/CMIDEnv.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
--- a/javauis/lcdui_akn/javalcdui/inc/CMIDEnv.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/lcdui_akn/javalcdui/inc/CMIDEnv.h	Wed Oct 13 14:23:59 2010 +0300
@@ -151,16 +151,6 @@
      */
     virtual MMIDToLcduiObserver& ToLcduiObserver();
 
-    /**
-     * @see MMIDEnv#VideoOverlayEnabled()
-     */
-    virtual TBool VideoOverlayEnabled() const;
-    
-    /**
-     * @see MMIDEnv#GetMMAPILock()
-     */
-    RCriticalSection& GetMMAPILock();
-    
 #ifdef RD_JAVA_NGA_ENABLED
     /**
      * @see MMIDEnv#IsHardwareAccelerated()
@@ -285,8 +275,6 @@
      */
     CMIDToLcduiObserver*        iToLcduiObserver;
 
-    TBool                       iVideoOverlayEnabled;
-    RCriticalSection            iMMAPILock;
 #ifdef RD_JAVA_NGA_ENABLED
     TInt                        iHardwareStatus;
     TBool                       iFullOrPartialFg;