From c6b9276aa54e8d320d0a3f480404393711463dfd Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 18:00:56 +0200 Subject: Use a blank line at most --- src/themes/coco/coco-theme.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/themes/coco') diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c index 741861f..0913174 100644 --- a/src/themes/coco/coco-theme.c +++ b/src/themes/coco/coco-theme.c @@ -66,7 +66,6 @@ typedef struct GtkTextDirection rtl; } WindowData; - enum { URGENCY_LOW, @@ -344,8 +343,6 @@ action_clicked_cb(GtkWidget *w, GdkEventButton *event, action_cb(nw, key); } - - /* Required functions */ /* Checking if we support this notification daemon version */ @@ -452,7 +449,6 @@ create_notification(UrlClickedCb url_clicked) gtk_widget_show (vbox); gtk_box_pack_start (GTK_BOX (windata->main_hbox), vbox, TRUE, TRUE, 0); - windata->summary_label = gtk_label_new(NULL); gtk_widget_show(windata->summary_label); gtk_box_pack_start(GTK_BOX(vbox), windata->summary_label, FALSE, FALSE, 0); @@ -708,7 +704,6 @@ move_notification(GtkWidget *nw, int x, int y) gtk_window_move(GTK_WINDOW(nw), x, y); } - /* Optional Functions */ /* Destroy notification */ -- cgit v1.2.1