summaryrefslogtreecommitdiffstats
path: root/src/gui_photon.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
commit6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (patch)
treef2326055f5fe8bb5948374155f11bd220c1d9dc7 /src/gui_photon.c
parentf45d747ebf920940b041f5c75c2bfdffb6b670ae (diff)
patch 8.1.0443: unnecessary static function prototypesv8.1.0443
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
Diffstat (limited to 'src/gui_photon.c')
-rw-r--r--src/gui_photon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui_photon.c b/src/gui_photon.c
index 327b356514..ad8e9f4b77 100644
--- a/src/gui_photon.c
+++ b/src/gui_photon.c
@@ -212,10 +212,6 @@ static PtCallbackF_t gui_ph_handle_menu_unrealized;
static void gui_ph_get_panelgroup_margins(short*, short*, short*, short*);
#endif
-#ifdef FEAT_TOOLBAR
-static PhImage_t *gui_ph_toolbar_find_icon(vimmenu_T *menu);
-#endif
-
static void gui_ph_draw_start(void);
static void gui_ph_draw_end(void);