aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 18:53:24 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:40:16 +0200
commit3a5f538cad15dec360dece77d201fc25f102a604 (patch)
treefa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/ex_cmds.h
parent7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff)
downloadrneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip
Remove undefined functions.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 43e8e0cd27..f2cee3d7a0 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -63,7 +63,6 @@ void ex_exusage(exarg_T *eap);
void ex_viusage(exarg_T *eap);
void ex_helptags(exarg_T *eap);
void ex_sign(exarg_T *eap);
-void sign_gui_started(void);
int sign_get_attr(int typenr, int line);
char_u *sign_get_text(int typenr);
void *sign_get_image(int typenr);