X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2Favswitch.h;h=bcb29c40eb405491c10b539a0fbbd22c06c0b82a;hp=8fdafdd1b4faab33f14999fccdf172dd185bf68d;hb=c437ed274b0155ecdeb7382d6ee46d67a53755b9;hpb=10e7e45ae92d4fe06f70126ed256b87896dbc432 diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 8fdafdd..bcb29c4 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -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 vcr_sb_notifier; };