summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index ea752f6..16f151d 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -301,20 +301,6 @@ void cDxr3Interface::Pause()
Unlock();
}
-// ==================================
-void cDxr3Interface::SingleStep()
-{
- int ioval = EM8300_PLAYMODE_SINGLESTEP;
-
- Lock();
-
- if (ioctl(m_fdControl, EM8300_IOCTL_SET_PLAYMODE, &ioval) == -1)
- {
- esyslog("dxr3: unable to set single-step mode: %m");
- }
-
- Unlock();
-}
// ==================================
void cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* pFrame, int times)