aboutsummaryrefslogtreecommitdiff
path: root/src/getbat.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
committerDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
commit32ee4028069ff3317e91bbed9edad48b67c64881 (patch)
tree29b545302eecbd1158b4abbee5b549960f10b9a9 /src/getbat.h
parent6173eb0eec3d1a0fbf5436e15cb314468f3f6c9c (diff)
downloadparamano-32ee4028069ff3317e91bbed9edad48b67c64881.tar.xz
Code cleanup
Diffstat (limited to 'src/getbat.h')
-rw-r--r--src/getbat.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/getbat.h b/src/getbat.h
index 219d1b6..6dcc3c9 100644
--- a/src/getbat.h
+++ b/src/getbat.h
@@ -27,11 +27,11 @@ gboolean gb_discharging();
gboolean gb_charged();
gboolean gb_charging();
gint gb_number();
-gint gb_max_capacity();
-gint gb_warn_capacity();
-gint gb_low_capacity();
+//gint gb_max_capacity();
+//gint gb_warn_capacity();
+//gint gb_low_capacity();
gint gb_percent();
-void gb_discharge_time(gchar* time);
-void gb_charge_time(gchar* time);
+//void gb_time(gchar* time);
+//void gb_charge_time(gchar* time);
#endif \ No newline at end of file