diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
commit | 09092155a66388bbd7be8d16debb35abfcfae700 (patch) | |
tree | 4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/integration.h | |
parent | 83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff) | |
download | vim-09092155a66388bbd7be8d16debb35abfcfae700.zip |
Remove unused code.
Diffstat (limited to 'src/integration.h')
-rw-r--r-- | src/integration.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/integration.h b/src/integration.h index e984f56ca..65daea77d 100644 --- a/src/integration.h +++ b/src/integration.h @@ -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); |