summaryrefslogtreecommitdiff
path: root/dxr3interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.h')
-rw-r--r--dxr3interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3interface.h b/dxr3interface.h
index 72d3561..2516ac1 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -75,7 +75,6 @@ public:
uint32_t GetSysClock();
void SetPts(uint32_t pts);
void SetSpuPts(uint32_t pts);
- int64_t GetPts();
// state changes
void EnableVideo()
@@ -129,7 +128,6 @@ private:
int m_fdControl; ///< filehandle for contol fifo of dxr3 card
int m_fdVideo; ///< filehandle for video fifo of dxr3 card
int m_fdSpu; ///< filehandle for spu fifo of dxr3 card
- uint32_t m_lastSeenPts;
// clock
uint32_t m_offset;