forgotten sdl-fix
[enigma2.git] / lib / gdi / gfbdc.cpp
index d5ce9f3cbced31dc39c1b0fd56c3ea57329d4e79..7130b0c71f161d3bf796aeb1770baaa016286010 100644 (file)
@@ -157,4 +157,8 @@ void gFBDC::reloadSettings()
        setPalette();
 }
 
+// eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");
+#ifndef SDLDC
 eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC");
+#endif
+