diff options
author | Victor Häggqvist <[email protected]> | 2014-01-23 23:45:00 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-01-23 23:45:00 +0100 |
commit | 05f0fa8f6fde37fe9624c551e509bfe1bb9f1894 (patch) | |
tree | fca6b4a1809b9214aa80175f585a161ebcfd0b9f | |
parent | c1bf7c00bdf4e9f705ca117d7c0123f1544c757c (diff) |
removed comment
-rw-r--r-- | src/battery.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battery.c b/src/battery.c index 2ccefbc..2c646ed 100644 --- a/src/battery.c +++ b/src/battery.c @@ -1,5 +1,4 @@ #include <pebble.h> -//#include <pebble_fonts.h> static Window *window; static TextLayer *battery_percentage; |