summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-01 03:42:23 +0000
committerDana Jansens <danakj@orodu.net>2003-09-01 03:42:23 +0000
commited6f5152ebeff016b9fbaadfe71ca722637661ea (patch)
tree6606b3fb26a27f3ae9cf55f48afe88a0f065f7f3 /openbox/action.h
parentbd70fff6f96f482d309bf67d0eefa39d3a61f027 (diff)
remove vibrate and flash actions
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 116bddc0..3f6d84eb 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -244,9 +244,5 @@ void action_toggle_show_desktop(union ActionData *data);
void action_show_desktop(union ActionData *data);
/* Any */
void action_unshow_desktop(union ActionData *data);
-/* Client */
-void action_vibrate(union ActionData *data);
-/* Client */
-void action_flash(union ActionData *data);
#endif