diff options
Diffstat (limited to 'capplets/time-admin/src/time-map.c')
-rw-r--r-- | capplets/time-admin/src/time-map.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/capplets/time-admin/src/time-map.c b/capplets/time-admin/src/time-map.c index d297b54c..8becefa4 100644 --- a/capplets/time-admin/src/time-map.c +++ b/capplets/time-admin/src/time-map.c @@ -249,7 +249,6 @@ convert_latitude_to_y (gdouble latitude, gdouble map_height) return y; } - static void draw_text_bubble (cairo_t *cr, GtkWidget *widget, @@ -465,7 +464,6 @@ button_press_event (TimezoneMap *map, x = event->x; y = event->y; - rowstride = map->visible_map_rowstride; pixels = map->visible_map_pixels; @@ -474,7 +472,6 @@ button_press_event (TimezoneMap *map, b = pixels[(rowstride * y + x * 4) + 2]; a = pixels[(rowstride * y + x * 4) + 3]; - for (i = 0; color_codes[i].offset != -100; i++) { if (color_codes[i].red == r && color_codes[i].green == g @@ -534,7 +531,6 @@ timezone_map_class_init (TimezoneMapClass *klass) widget_class->draw = cc_timezone_map_draw; widget_class->state_flags_changed = cc_timezone_map_state_flags_changed; - signals[LOCATION_CHANGED] = g_signal_new ("location-changed", TYPE_TIMEZONE_MAP, G_SIGNAL_RUN_FIRST, |