summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-18 21:12:30 +0200
committerbakkeby <[email protected]>2020-07-18 21:12:30 +0200
commit6961418d636985d96c0c3248752e642b0ec4c84b (patch)
tree57391183827f8377d4d0ef66092deb73e82b2a26 /patch/include.c
parent250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (diff)
downloaddwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.tar.gz
dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.zip
Extrabar --> extrastatus
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/patch/include.c b/patch/include.c
index ec8f591..cef9234 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -22,15 +22,9 @@
#endif
#if BAR_STATUS_PATCH
#include "bar_status.c"
-#if BAR_EXTRABAR_PATCH
-#include "bar_status_eb.c"
-#endif // BAR_EXTRABAR_PATCH
#endif
#if BAR_STATUS2D_PATCH
#include "bar_status2d.c"
-#if BAR_EXTRABAR_PATCH
-#include "bar_status2d_eb.c"
-#endif // BAR_EXTRABAR_PATCH
#endif
#if BAR_STATUSBUTTON_PATCH
#include "bar_statusbutton.c"