summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
authorleo2005-12-27 22:18:14 +0000
committerleo2005-12-27 22:18:14 +0000
commit49055c86feda30d3d7e4f6d5c8738c2aef5b68d9 (patch)
tree1e2d8e3b4390ab58408b31cfb9f019ed583681bd /win/System.cpp
parentfcd555cd2f169b2ebf04f09c3977094d06aa7cb0 (diff)
Removed code for the old pieces list.
git-svn-id: http://svn.leocad.org/trunk@449 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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();