0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

Remove unused code.

This commit is contained in:
Bram Moolenaar
2010-08-08 16:38:42 +02:00
parent 83687a7215
commit 09092155a6
31 changed files with 15 additions and 714 deletions

View File

@@ -410,15 +410,6 @@ void workshop_hotkey_pressed(void *frame, void *clientData);
int workshop_invoked(void);
#endif
#if 0
/*
*Set the desktop icon of the current shell to the given xpm icon.
* Standard WorkShop desktop icons should be 48x48.
*/
void workshop_set_icon(Display *display, Widget shell, char **xpmdata,
int width, int height);
#endif
/* Minimize (iconify) the given shell */
void workshop_minimize_shell(Widget shell);