Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2009-12-05 20:10:41 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2009-12-05 20:10:41 +0300
commit89a1d1193caab64b1881c52da6a621ebf92ca03f (patch)
tree7c3ff705609350c73bbb828de5639cd1aa09f00d /src/apps/mplayerc/mplayerc.h
parent094801ecbecf489a814bad76afd6e54b13b39a28 (diff)
Cleanup : remove PN31 driver
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1392 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/mplayerc.h')
-rw-r--r--src/apps/mplayerc/mplayerc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/apps/mplayerc/mplayerc.h b/src/apps/mplayerc/mplayerc.h
index 93e26d446..c9dd10f96 100644
--- a/src/apps/mplayerc/mplayerc.h
+++ b/src/apps/mplayerc/mplayerc.h
@@ -33,7 +33,6 @@
#include "..\..\subtitles\STS.h"
#include "MediaFormats.h"
#include "fakefiltermapper2.h"
-#include "..\ShuttlePN31\Common\ShuttlePN31Client.h"
#include "DVBChannel.h"
#ifdef UNICODE
@@ -142,9 +141,7 @@ enum
CLSW_NOFOCUS=CLSW_STARTVALID<<1,
CLSW_FIXEDSIZE=CLSW_NOFOCUS<<1,
CLSW_MONITOR=CLSW_FIXEDSIZE<<1,
- CLSW_INSTALLPN31=CLSW_MONITOR<<1,
- CLSW_UNINSTALLPN31=CLSW_INSTALLPN31<<1,
- CLSW_D3DFULLSCREEN=CLSW_UNINSTALLPN31<<1,
+ CLSW_D3DFULLSCREEN=CLSW_MONITOR<<1,
CLSW_ADMINOPTION=CLSW_D3DFULLSCREEN<<1,
CLSW_SLAVE=CLSW_ADMINOPTION<<1,
CLSW_UNRECOGNIZEDSWITCH=CLSW_SLAVE<<1
@@ -674,9 +671,6 @@ public:
CUIceClient UIceClient;
bool fGlobalMedia;
-// bool fPN31Client;
- CShuttlePN31Client PN31Client;
-
CMediaFormats Formats;
UINT SrcFilters, TraFilters, DXVAFilters, FFmpegFilters;