diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2003-05-30 01:46:24 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2003-05-30 01:46:24 +0000 |
| commit | 23d1cdd4deb005d27923c151602121cb732bc094 (patch) | |
| tree | 9132b31c1af73f2d593c3858e066b8e43f53ba7e | |
| parent | a9944c385bb66698574f35df406163e1f3a09f6e (diff) | |
| download | rockbox-23d1cdd4deb005d27923c151602121cb732bc094.zip rockbox-23d1cdd4deb005d27923c151602121cb732bc094.tar.gz rockbox-23d1cdd4deb005d27923c151602121cb732bc094.tar.bz2 rockbox-23d1cdd4deb005d27923c151602121cb732bc094.tar.xz | |
Last change broke the mingw32 build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3710 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/uisw32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uisimulator/win32/uisw32.c b/uisimulator/win32/uisw32.c index 9a8351c..6d91f76 100644 --- a/uisimulator/win32/uisw32.c +++ b/uisimulator/win32/uisw32.c @@ -38,8 +38,6 @@ extern void new_key(int key); void button_event(int key, bool pressed); -extern int _fmode; - // variables HWND hGUIWnd; // the GUI window handle unsigned int uThreadID; // id of mod thread |