aboutsummaryrefslogtreecommitdiff
path: root/bat_tray.h
diff options
context:
space:
mode:
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 */