diff options
| author | bakkeby <[email protected]> | 2020-07-18 21:12:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-18 21:12:30 +0200 |
| commit | 6961418d636985d96c0c3248752e642b0ec4c84b (patch) | |
| tree | 57391183827f8377d4d0ef66092deb73e82b2a26 /patch/include.c | |
| parent | 250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (diff) | |
| download | dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.tar.gz dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.zip | |
Extrabar --> extrastatus
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 6 |
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" |
