summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/System.cpp')
-rw-r--r--win/System.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/System.cpp b/win/System.cpp
index e80c811..aa2a267 100644
--- a/win/System.cpp
+++ b/win/System.cpp
@@ -1733,11 +1733,6 @@ void SystemSwapBuffers()
OpenGLSwapBuffers (pfnwglGetCurrentDC());
}
-void SystemSetGroup(int group)
-{
- AfxGetMainWnd()->PostMessage (WM_LC_UPDATE_LIST, group+2, 0);
-}
-
void SystemStartProgressBar(int nLower, int nUpper, int nStep, const char* Text)
{
CFrameWnd* pFrame = (CFrameWnd*)AfxGetMainWnd();