rotor turning with measure input power is now working
[enigma2.git] / lib / gdi / gfbdc.cpp
index 3247aa6a13bc9bcfd943e85b3667085036ad68fb..83ffed2b9280439a6c1eb4c3117752c85bce8c31 100644 (file)
@@ -113,11 +113,6 @@ void gFBDC::exec(gOpcode *o)
        }
 }
 
-gFBDC *gFBDC::getInstance()
-{
-       return instance;
-}
-
 void gFBDC::setAlpha(int a)
 {
        alpha=a;
@@ -162,4 +157,4 @@ void gFBDC::reloadSettings()
        setPalette();
 }
 
-eAutoInitP0<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");
+// eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");