diff options
author | Giedrius Statkevičius <[email protected]> | 2015-08-01 15:02:36 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-05 09:29:19 +0200 |
commit | ff9a8f4e67e457cf53fc5a1e6bf9c55b1387aba4 (patch) | |
tree | c60abda5f0d03076139531b8b058eb0ce662cfee | |
parent | 23c29bd917ffc540970ade7d8cfe057579c285c0 (diff) | |
download | mate-notification-daemon-ff9a8f4e67e457cf53fc5a1e6bf9c55b1387aba4.tar.bz2 mate-notification-daemon-ff9a8f4e67e457cf53fc5a1e6bf9c55b1387aba4.tar.xz |
nodoka: remove unused variable screen_height
-rw-r--r-- | src/themes/nodoka/nodoka-theme.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c index 5025a9e..396b9fd 100644 --- a/src/themes/nodoka/nodoka-theme.c +++ b/src/themes/nodoka/nodoka-theme.c @@ -142,13 +142,10 @@ get_notification_arrow_type(GtkWidget *nw) static void set_arrow_parameters (WindowData *windata) { - int screen_height; int screen_width; int x,y; GtkArrowType arrow_type; - screen_height = gdk_screen_get_height( - gdk_window_get_screen(gtk_widget_get_window(windata->win))); screen_width = gdk_screen_get_width( gdk_window_get_screen(gtk_widget_get_window(windata->win))); |