NFIFlash: hide hdd and other mounts (#480)
[vuplus_dvbapp] / lib / driver / avswitch.h
index 8fdafdd..bcb29c4 100644 (file)
@@ -26,12 +26,10 @@ public:
        static eAVSwitch *getInstance();
        bool haveScartSwitch();
        int getVCRSlowBlanking();
-       void setFastBlank(int val);
        void setColorFormat(int format);
        void setAspectRatio(int ratio);
        void setVideomode(int mode);
        void setInput(int val);
-       void setSlowblank(int val);
        void setWSS(int val);
        PSignal1<void, int> vcr_sb_notifier;
 };