(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate

This commit is contained in:
rubidium
2010-07-19 16:21:49 +00:00
parent cd5bc729d4
commit 2ab8035604
6 changed files with 6 additions and 5 deletions

View File

@@ -45,5 +45,6 @@ extern char *_ini_videodriver;
extern int _num_resolutions;
extern Dimension _resolutions[32];
extern Dimension _cur_resolution;
extern bool _rightclick_emulate;
#endif /* VIDEO_VIDEO_DRIVER_HPP */