summaryrefslogtreecommitdiff
path: root/src/themes/coco
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:00:56 +0200
committerraveit65 <[email protected]>2021-12-11 16:08:17 +0100
commitc6b9276aa54e8d320d0a3f480404393711463dfd (patch)
tree4b945d8d5471dfc0d0338d68ef14abf339c8358b /src/themes/coco
parentc2823eeafa140917a87fccff91dcf2967d93b393 (diff)
downloadmate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.bz2
mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.xz
Use a blank line at most
Diffstat (limited to 'src/themes/coco')
-rw-r--r--src/themes/coco/coco-theme.c5
1 files changed, 0 insertions, 5 deletions
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 */