summaryrefslogtreecommitdiff
path: root/src/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bar.c')
-rw-r--r--src/bar.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bar.c b/src/bar.c
index d06dcc8..5ec2ab2 100644
--- a/src/bar.c
+++ b/src/bar.c
@@ -59,13 +59,6 @@ show_bar (screen_info *s)
return 0;
}
-/* Toggle the display of the program bar */
-void
-toggle_bar (screen_info *s)
-{
- if (!hide_bar (s)) show_bar (s);
-}
-
static int
calc_bar_width (XFontStruct *font)
{