From b1d1a4ac660de8415a066c43656459aeada434c8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 21:21:01 +0000 Subject: (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location. --- src/gui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index e6aa41eeb..8cf1fdce3 100644 --- a/src/gui.h +++ b/src/gui.h @@ -104,8 +104,6 @@ void SetVScrollCount(Window *w, int num); void SetVScroll2Count(Window *w, int num); void SetHScrollCount(Window *w, int num); -void ShowCheatWindow(); - void BuildFileList(); void SetFiosType(const byte fiostype); -- cgit v1.2.3-54-g00ecf