diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-05 03:00:14 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-24 10:23:19 +0100 |
commit | 092295bc4a87c6af145c9231f598d55e2d5d9852 (patch) | |
tree | 182acaacbdae8cf471d85ce27fe110ac4f2f9088 | |
parent | 977bfad903c35f1e33fc978289404226ac0693e9 (diff) | |
download | ratpoison-092295bc4a87c6af145c9231f598d55e2d5d9852.zip |
Kill unused and forgotten include of assert.h in bar.c
-rw-r--r-- | src/bar.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ #include "ratpoison.h" -#include "assert.h" - /* Possible values for bar_is_raised status. */ #define BAR_IS_HIDDEN 0 #define BAR_IS_WINDOW_LIST 1 |