summaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorleo2006-01-27 08:23:42 +0000
committerleo2006-01-27 08:23:42 +0000
commit148fe35dcc828fba1ab24afffd85878f0d468171 (patch)
tree05d7c37bba7c07a39c443172db43780893427f15 /common/system.h
parent8f22ec2b03a54cf94b274d31893a9b581b8052ca (diff)
Removed unused functions.
git-svn-id: http://svn.leocad.org/trunk@463 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/system.h')
-rwxr-xr-xcommon/system.h6
1 files changed, 0 insertions, 6 deletions
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();