diff options
author | tron <tron@openttd.org> | 2005-07-27 19:22:38 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-27 19:22:38 +0000 |
commit | 9aa4893e66bc81a589b58bc08e0373212072299e (patch) | |
tree | a870ac7c944b92964c616675d5f385365c5d568a /video/win32_v.h | |
parent | a1557fa270432477b5a0457162110f77ea9df90f (diff) | |
download | openttd-9aa4893e66bc81a589b58bc08e0373212072299e.tar.xz |
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
Diffstat (limited to 'video/win32_v.h')
-rw-r--r-- | video/win32_v.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/video/win32_v.h b/video/win32_v.h index ccc9aed94..c3b23a61a 100644 --- a/video/win32_v.h +++ b/video/win32_v.h @@ -5,8 +5,6 @@ #include "../hal.h" -bool MyShowCursor(bool show); - extern const HalVideoDriver _win32_video_driver; #endif |