diff options
author | rbuj <[email protected]> | 2021-10-27 18:00:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:08:17 +0100 |
commit | c6b9276aa54e8d320d0a3f480404393711463dfd (patch) | |
tree | 4b945d8d5471dfc0d0338d68ef14abf339c8358b /src/themes/standard | |
parent | c2823eeafa140917a87fccff91dcf2967d93b393 (diff) | |
download | mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.bz2 mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/themes/standard')
-rw-r--r-- | src/themes/standard/theme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/themes/standard/theme.c b/src/themes/standard/theme.c index 968382a..c243a4f 100644 --- a/src/themes/standard/theme.c +++ b/src/themes/standard/theme.c @@ -664,7 +664,6 @@ GtkWindow* create_notification(UrlClickedCb url_clicked) windata->composited = FALSE; - screen = gtk_window_get_screen(GTK_WINDOW(win)); visual = gdk_screen_get_rgba_visual(screen); |