- disabled gui for a moment
[enigma2.git] / lib / service / servicefs.cpp
index 91ae44e3842081b8f8c122f111e7a037e6ecdbe2..4bdc11a970533d39bc9d3c58287bff1ad86863b3 100644 (file)
@@ -13,7 +13,7 @@
 
 // eServiceFactoryFS
 
-eServiceFactoryFS::eServiceFactoryFS(): ref(0)
+eServiceFactoryFS::eServiceFactoryFS()
 {
        ePtr<eServiceCenter> sc;
        
@@ -56,7 +56,7 @@ RESULT eServiceFactoryFS::list(const eServiceReference &ref, ePtr<iListableServi
 
 DEFINE_REF(eServiceFS);
 
-eServiceFS::eServiceFS(const char *path): ref(0), path(path)
+eServiceFS::eServiceFS(const char *path): path(path)
 {
 }