summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-01 03:41:14 +0000
committerDana Jansens <danakj@orodu.net>2003-09-01 03:41:14 +0000
commit169e64da2c5246fb9aaec417f12c0a9c89b295ee (patch)
treec9f65baa1607fab182588f03b261191949e5a1f0 /openbox/config.h
parent4a107aa4b38783a4bb8ac87c28828f95241327a1 (diff)
remove the urgent actions
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/config.h b/openbox/config.h
index ea9b5f61..02ee2457 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -71,9 +71,6 @@ extern gint config_resist_edge;
/*! User-specified menu files */
extern GSList *config_menu_files;
-/*! Actions to execute when a client sets its urgent flag */
-extern GSList *config_urgent_actions;
-
void config_startup(struct _ObParseInst *i);
void config_shutdown();