From 0b2604b1b0fef7672978b5b682915491e1aa7a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Sat, 25 Jul 2015 18:23:15 +0300 Subject: daemon: remove redundant initialization of scale_factor --- src/daemon/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 9011588..804af85 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -1123,7 +1123,7 @@ static GdkPixbuf* _notify_daemon_scale_pixbuf(GdkPixbuf *pixbuf, gboolean no_str { int pw; int ph; - float scale_factor = 1.0; + float scale_factor; pw = gdk_pixbuf_get_width (pixbuf); ph = gdk_pixbuf_get_height (pixbuf); -- cgit v1.2.1