Remove unused function handle_drop.

This commit is contained in:
Thomas Wienecke
2014-04-10 19:01:09 +02:00
parent b8ed5dd174
commit a4af779c8d
2 changed files with 0 additions and 85 deletions

View File

@@ -35,7 +35,6 @@ void not_exiting(void);
void tabpage_close(int forceit);
void tabpage_close_other(tabpage_T *tp, int forceit);
void ex_all(exarg_T *eap);
void handle_drop(int filec, char_u **filev, int split);
void alist_clear(alist_T *al);
void alist_init(alist_T *al);
void alist_unlink(alist_T *al);