summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 35c1790b49..95fe0cbd6d 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4336,10 +4336,6 @@ done:
# define UINT_PTR UINT
#endif
-static void make_tooltip(BalloonEval *beval, char *text, POINT pt);
-static void delete_tooltip(BalloonEval *beval);
-static VOID CALLBACK BevalTimerProc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime);
-
static BalloonEval *cur_beval = NULL;
static UINT_PTR BevalTimerId = 0;
static DWORD LastActivity = 0;
@@ -4463,10 +4459,6 @@ static UINT s_menu_id = 100;
/*
* stuff for dialogs, menus, tearoffs etc.
*/
-static LRESULT APIENTRY dialog_callback(HWND, UINT, WPARAM, LPARAM);
-#ifdef FEAT_TEAROFF
-static LRESULT APIENTRY tearoff_callback(HWND, UINT, WPARAM, LPARAM);
-#endif
static PWORD
add_dialog_element(
PWORD p,