[gnome-calendar] month-view: remove leftover



commit df9af0e8f96d32794f745eedf7bd8e32bb2d587a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Jan 4 22:24:10 2016 -0200

    month-view: remove leftover
    
    This was supposed to be removed, since there's no
    use in setting a state and immediately restore the
    context.

 src/gcal-month-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index 1d16da8..86bafc7 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -1460,7 +1460,6 @@ gcal_month_view_draw (GtkWidget *widget,
 
           gtk_render_layout (context, cr, cell_width * column, y_value, overflow_layout);
 
-          //gtk_style_context_set_state (context, state);
           gtk_style_context_remove_class (context, "overflow");
           gtk_style_context_restore (context);
           g_free (overflow_str);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]