diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |