diff options
author | Charles Curley <charlescurley@charlescurley.com> | 2017-10-31 20:08:16 -0600 |
---|---|---|
committer | Charles Curley <charlescurley@charlescurley.com> | 2017-10-31 20:08:16 -0600 |
commit | 37dbb32dba96a058890d4da6ce324e8b9d3c960a (patch) | |
tree | 6d5e63d741f28101cc2b9343342ae48ba0957be5 | |
parent | 1da6a1c1dfe9526da17a98f8c5c20e34788455af (diff) | |
download | navit-fix_gtk_imperial_use.tar.gz |
Deleted a commented out line. Should have done that before the lastfix_gtk_imperial_use
commit.
modified: navit/gui/gtk/gui_gtk_statusbar.c
-rw-r--r-- | navit/gui/gtk/gui_gtk_statusbar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/gui/gtk/gui_gtk_statusbar.c b/navit/gui/gtk/gui_gtk_statusbar.c index 9f514ae23..aa70c6332 100644 --- a/navit/gui/gtk/gui_gtk_statusbar.c +++ b/navit/gui/gtk/gui_gtk_statusbar.c @@ -22,7 +22,6 @@ #include <time.h> #include <math.h> #include <gtk/gtk.h> -/* #include <gps.h> /\* Not the same as gpsd.h. Get converion constants. *\/ */ #include "item.h" #include "coord.h" #include "debug.h" |