summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/System.cpp')
-rw-r--r--win/System.cpp12
1 files changed, 0 insertions, 12 deletions
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();