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:
Diffstat (limited to 'src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h')
-rw-r--r--src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h b/src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h
index a7eefc80e..4f7215c95 100644
--- a/src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h
+++ b/src/filters/renderer/VideoRenderers/DX9AllocatorPresenter.h
@@ -155,8 +155,7 @@ namespace DSObjects
LPCWSTR pFaceName,
LPD3DXFONT* ppFont);
-
- void DrawText(const RECT& rc, const CString& strText, int _Priority);
+ void InitStats();
void ResetStats();
void DrawStats();
virtual void OnResetDevice() {};
@@ -237,8 +236,6 @@ namespace DSObjects
int m_bInterlaced;
FF_FIELD_TYPE m_nFrameType;
- double m_TextScale;
-
int m_VBlankEndWait;
int m_VBlankStartWait;
LONGLONG m_VBlankWaitTime;