summaryrefslogtreecommitdiffstats
path: root/src/gui_mac.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_mac.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_mac.c')
-rw-r--r--src/gui_mac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index a6305936e2..aa093a3343 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -300,7 +300,6 @@ static WindowRef drawer = NULL; // TODO: put into gui.h
#ifdef USE_ATSUI_DRAWING
static void gui_mac_set_font_attributes(GuiFont font);
-static void gui_mac_dispose_atsui_style(void);
#endif
/*