aboutsummaryrefslogtreecommitdiff
path: root/bat_tray.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-16 12:18:25 +1200
commitcc61bfa71b1f72049970dd119ec14d9ac108a1ef (patch)
tree32f4c4b5b43db6b09ccfa155885c53f3046f60a7 /bat_tray.h
parent972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (diff)
downloadparamano-cc61bfa71b1f72049970dd119ec14d9ac108a1ef.tar.xz
Removed unneeded include guards
Diffstat (limited to 'bat_tray.h')
-rw-r--r--bat_tray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bat_tray.h b/bat_tray.h
index 78ba8ff..78e8970 100644
--- a/bat_tray.h
+++ b/bat_tray.h
@@ -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 */