diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-09-16 12:18:25 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-09-16 12:18:25 +1200 |
commit | cc61bfa71b1f72049970dd119ec14d9ac108a1ef (patch) | |
tree | 32f4c4b5b43db6b09ccfa155885c53f3046f60a7 /bat_tray.h | |
parent | 972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (diff) | |
download | paramano-cc61bfa71b1f72049970dd119ec14d9ac108a1ef.tar.xz |
Removed unneeded include guards
Diffstat (limited to 'bat_tray.h')
-rw-r--r-- | bat_tray.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,9 +16,6 @@ * <http://www.gnu.org/licenses/>. * ************************************************************************/ -#ifndef BAT_TRAY_H -#define BAT_TRAY_H - #define STATE_CHARGING 0 #define STATE_DISCHARGING 1 #define STATE_CHARGED 2 @@ -30,5 +27,3 @@ void bat_tray_show(); void bat_tray_hide(); int get_battery_state(); int get_bat_num(); - -#endif /* ifndef BAT_TRAY_H */ |