From 49055c86feda30d3d7e4f6d5c8738c2aef5b68d9 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 27 Dec 2005 22:18:14 +0000 Subject: Removed code for the old pieces list. git-svn-id: http://svn.leocad.org/trunk@449 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/System.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'win/System.cpp') 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(); -- cgit v1.2.3