summaryrefslogtreecommitdiff
path: root/src/integration.h
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-08-08 16:38:42 +0200
committerBram Moolenaar <bram@vim.org>2010-08-08 16:38:42 +0200
commit68f99db19f7f3ccfadd586c2e3c40eb7705f3cac (patch)
tree7dfb2f475a0e1b34d0e20bd7300f038629884cb5 /src/integration.h
parent14f03f4c601b4712d2b6711823672ddb412494b6 (diff)
downloadvim-68f99db19f7f3ccfadd586c2e3c40eb7705f3cac.tar.gz
Remove unused code.
Diffstat (limited to 'src/integration.h')
-rw-r--r--src/integration.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/integration.h b/src/integration.h
index e984f56c..65daea77 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);