From 3821d13005d349a2c8253d72196bc75f3385b7d1 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sun, 23 Dec 2007 21:07:48 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@224 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/MainWnd.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/win32/MainWnd.h b/src/win32/MainWnd.h index 9b445066..d90c6bc3 100644 --- a/src/win32/MainWnd.h +++ b/src/win32/MainWnd.h @@ -202,20 +202,12 @@ class MainWnd : public CWnd afx_msg void OnUpdateOptionsVideoRenderoptionsGlbilinear(CCmdUI* pCmdUI); afx_msg void OnOptionsVideoRenderingoptionsGLSLShaders(); afx_msg void OnUpdateOptionsVideoRenderingoptionsGLSLShaders(CCmdUI* pCmdUI); - afx_msg void OnOptionsVideoRenderoptionsGltriangle(); afx_msg void OnUpdateOptionsVideoRenderoptionsGltriangle(CCmdUI* pCmdUI); afx_msg void OnOptionsVideoRenderoptionsGlquads(); afx_msg void OnUpdateOptionsVideoRenderoptionsGlquads(CCmdUI* pCmdUI); - afx_msg void OnOptionsVideoRenderoptionsGlpolygons(); + afx_msg void OnOptionsVideoRenderoptionsGlpolygons(); afx_msg void OnUpdateOptionsVideoRenderoptionsGlpolygons(CCmdUI* pCmdUI); - - afx_msg void OnOptionsVideoRenderoptionsGlACID(); - afx_msg void OnUpdateOptionsVideoRenderoptionsGlACID(CCmdUI* pCmdUI); - afx_msg void OnOptionsVideoRenderoptionsGlPulsation(); - afx_msg void OnUpdateOptionsVideoRenderoptionsGlPulsation(CCmdUI* pCmdUI); - afx_msg void OnOptionsVideoRenderoptionsGlNone(); - afx_msg void OnUpdateOptionsVideoRenderoptionsGlNone(CCmdUI* pCmdUI); afx_msg void OnOptionsVideoRenderoptionsSelectskin(); afx_msg void OnUpdateOptionsVideoRenderoptionsSelectskin(CCmdUI* pCmdUI); afx_msg void OnOptionsVideoRenderoptionsSkin();