From a5d92cf8058c96081fbc419ac40d4383414e5dc3 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 18 Apr 2009 23:03:46 +0200 Subject: remove some unused variables --- dxr3pesframe.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dxr3pesframe.h') diff --git a/dxr3pesframe.h b/dxr3pesframe.h index 5be89ea..4528dbb 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -60,8 +60,6 @@ public: m_aspectRatio(m_staticAspectRatio), m_horizontalSize(m_staticHorizontalSize), m_verticalSize(m_staticVerticalSize), - m_pNextStart(0), - m_remainingLength(0), m_offset(0) {}; virtual ~cDxr3PesFrame() {} @@ -134,8 +132,6 @@ protected: m_aspectRatio = m_staticAspectRatio; m_horizontalSize = m_staticHorizontalSize; m_verticalSize = m_staticVerticalSize; - m_pNextStart = 0; - m_remainingLength = 0; m_offset = 0; } @@ -150,8 +146,6 @@ protected: uint32_t m_horizontalSize; uint32_t m_verticalSize; - const uint8_t* m_pNextStart; - uint32_t m_remainingLength; int m_offset; static uint32_t m_staticAspectRatio; -- cgit v1.2.3