diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-10-16 13:22:46 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-10-16 13:22:46 +0200 |
commit | bd8e7f6bf4270dd531939677a814047bc90bbbf5 (patch) | |
tree | 80b9227255f5effc79d9ad468c0196fd8c336e2c /dxr3interface.h | |
parent | aabe7bd5eac3bd7d467a57b9a8ef3b66d2b07556 (diff) | |
download | vdr-plugin-dxr3-bd8e7f6bf4270dd531939677a814047bc90bbbf5.tar.gz vdr-plugin-dxr3-bd8e7f6bf4270dd531939677a814047bc90bbbf5.tar.bz2 |
remove methods for en/disable spu mode - its not used and not needed
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index d19f02a..1533711 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -81,8 +81,6 @@ public: int64_t GetPts(); // state changes - void EnableSPU(); - void DisableSPU(); void EnableVideo() { m_VideoActive = true; |