summaryrefslogtreecommitdiff
path: root/linux/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/system.h')
-rw-r--r--linux/system.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/linux/system.h b/linux/system.h
index 31c5251..3834453 100644
--- a/linux/system.h
+++ b/linux/system.h
@@ -91,16 +91,4 @@ inline long SystemGetTicks()
void SystemSwapBuffers();
-inline bool IsKeyDown(int key)
-{
- return false;//(GetKeyState(key) < 0);
-}
-
#endif // _SYSTEM_H_
-
-
-
-
-
-
-