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 --- common/system.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index 6a3adcc..ce47b9a 100755 --- a/common/system.h +++ b/common/system.h @@ -37,10 +37,6 @@ char* Sys_ProfileLoadString (const char *section, const char *key, const char *d void* Sys_StartMemoryRender (int width, int height); void Sys_FinishMemoryRender (void* param); -// Cursor functions -//void Sys_GetCursorPos (int *x, int *y); -//void Sys_SetCursorPos (int x, int y); - // FIXME: moved to basewnd, remove // Message Box @@ -108,7 +104,6 @@ void SystemDoPopupMenu(int nMenu, int x, int y); void SystemDoWaitCursor(int nCode); void SystemSetWindowCaption(char* caption); -//void SystemRedrawView(); void SystemPieceComboAdd(char* name); void SystemCaptureMouse(); @@ -117,7 +112,6 @@ void SystemReleaseMouse(); void SystemExportClipboard(File* clip); File* SystemImportClipboard(); -//void SystemSwapBuffers(); void SystemPumpMessages(); long SystemGetTicks(); -- cgit v1.2.3