From 148fe35dcc828fba1ab24afffd85878f0d468171 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 27 Jan 2006 08:23:42 +0000 Subject: Removed unused functions. git-svn-id: http://svn.leocad.org/trunk@463 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/System.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'win/System.cpp') diff --git a/win/System.cpp b/win/System.cpp index 285cafc..b8000e9 100644 --- a/win/System.cpp +++ b/win/System.cpp @@ -1633,13 +1633,6 @@ void Sys_FinishMemoryRender(void* param) ///////////////////////////////////////////////////////////////////////////// // Main window functions -void SystemRedrawView() -{ - CFrameWnd* pFrame = (CFrameWnd*)AfxGetMainWnd(); - CView* pView = pFrame->GetActiveView(); - pView->Invalidate(FALSE); -} - void SystemPieceComboAdd(char* name) { CWnd* pWnd = AfxGetMainWnd(); @@ -1728,11 +1721,6 @@ long SystemGetTicks() return GetTickCount(); } -void SystemSwapBuffers() -{ - OpenGLSwapBuffers (pfnwglGetCurrentDC()); -} - void SystemStartProgressBar(int nLower, int nUpper, int nStep, const char* Text) { CFrameWnd* pFrame = (CFrameWnd*)AfxGetMainWnd(); -- cgit v1.2.3