1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Fixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:

window.c:90: warning: `do_mouse_wheel_msg' declared `static' but never defined
Introduced in 1.185 [r1499]. This function doesn't appear to ever have
existed.

[originally from svn r2334]
[r1499 == d6016149bfd0fe316629ff74e32e06f42948cf87]
This commit is contained in:
Jacob Nevins 2002-12-15 13:31:58 +00:00
parent c399f8381f
commit 368ee4856b

View File

@ -87,7 +87,6 @@ static void init_fonts(int, int);
static void another_font(int);
static void deinit_fonts(void);
static void set_input_locale(HKL);
static int do_mouse_wheel_msg(UINT message, WPARAM wParam, LPARAM lParam);
static int is_full_screen(void);
static void make_full_screen(void);