diff options
Diffstat (limited to 'src/themes/nodoka/nodoka-theme.c')
-rw-r--r-- | src/themes/nodoka/nodoka-theme.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index 2ad102e..3f62940 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -22,8 +22,6 @@ * Boston, MA 02110-1301 USA */ - - #include "config.h" #include <glib/gi18n.h> @@ -82,7 +80,6 @@ typedef struct } WindowData; - enum { URGENCY_LOW, @@ -403,7 +400,6 @@ fill_background(GtkWidget *widget, WindowData *windata, cairo_t *cr) cairo_fill (cr); } - static void draw_stripe(GtkWidget *widget, WindowData *windata, cairo_t *cr) { @@ -463,7 +459,6 @@ draw_stripe(GtkWidget *widget, WindowData *windata, cairo_t *cr) break; } - cairo_pattern_t *pattern; pattern = cairo_pattern_create_linear (0, 0, 0, windata->height); cairo_pattern_add_color_stop_rgba (pattern, 0, top_color.red / color_mult, top_color.green / color_mult, top_color.blue / color_mult, alpha); @@ -697,8 +692,6 @@ action_clicked_cb(GtkWidget *w, GdkEventButton *event, action_cb(nw, key); } - - /* Required functions */ /* Checking if we support this notification daemon version */ @@ -1122,7 +1115,6 @@ move_notification(GtkWidget *nw, int x, int y) } } - /* Optional Functions */ /* Destroy notification */ |