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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-02 22:21:17 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-11 16:27:21 +0400
commit8369f1412869b4c4176127ab90695fdf880b0c82 (patch)
tree5b9103f27537345fb882f310ae1a09e63f7900ea
parente2f9502468a9f5016374e249160e522ee532c472 (diff)
MainFrm.cpp: remove unused variables.
-rw-r--r--src/mpc-hc/MainFrm.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mpc-hc/MainFrm.cpp b/src/mpc-hc/MainFrm.cpp
index 8369a94dc..f0cb4f8a7 100644
--- a/src/mpc-hc/MainFrm.cpp
+++ b/src/mpc-hc/MainFrm.cpp
@@ -5468,7 +5468,6 @@ void CMainFrame::OnViewTearingTest()
void CMainFrame::OnUpdateViewDisplayStats(CCmdUI* pCmdUI)
{
const CAppSettings& s = AfxGetAppSettings();
- const CRenderersSettings& r = s.m_RenderersSettings;
bool supported = (s.iDSVideoRendererType == VIDRNDT_DS_VMR9RENDERLESS
|| s.iDSVideoRendererType == VIDRNDT_DS_EVR_CUSTOM
|| s.iDSVideoRendererType == VIDRNDT_DS_SYNC);
@@ -5485,7 +5484,6 @@ void CMainFrame::OnViewResetStats()
void CMainFrame::OnViewDisplayStatsSC()
{
const CAppSettings& s = AfxGetAppSettings();
- const CRenderersSettings& r = s.m_RenderersSettings;
bool supported = (s.iDSVideoRendererType == VIDRNDT_DS_VMR9RENDERLESS
|| s.iDSVideoRendererType == VIDRNDT_DS_EVR_CUSTOM
|| s.iDSVideoRendererType == VIDRNDT_DS_SYNC);
@@ -9011,7 +9009,6 @@ void CMainFrame::PlayFavoriteFile(CString fav)
CAtlList<CString> args;
REFERENCE_TIME rtStart = 0;
BOOL bRelativeDrive = FALSE;
- int i = 0, j = 0;
ExplodeEsc(fav, args, _T(';'));
args.RemoveHeadNoReturn(); // desc / name
@@ -13249,8 +13246,6 @@ IBaseFilter* CMainFrame::FindSourceSelectableFilter()
void CMainFrame::SetupNavStreamSelectSubMenu(CMenu* pSub, UINT id, DWORD dwSelGroup)
{
- UINT baseid = id;
-
CComQIPtr<IAMStreamSelect> pSS = FindSourceSelectableFilter();
if (!pSS) {
pSS = pGB;