[Xfce4-commits] [apps/xfdashboard] 01/01: Fix compiler warnings about unused variables
noreply at xfce.org
noreply at xfce.org
Tue Mar 28 14:23:22 CEST 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit ffe08a931ecf85a08185bb82decd28135a29f03e
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Mar 28 14:23:06 2017 +0200
Fix compiler warnings about unused variables
---
libxfdashboard/live-window-simple.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libxfdashboard/live-window-simple.c b/libxfdashboard/live-window-simple.c
index 0af785c..194a971 100644
--- a/libxfdashboard/live-window-simple.c
+++ b/libxfdashboard/live-window-simple.c
@@ -262,8 +262,6 @@ static void _xfdashboard_live_window_simple_get_preferred_height(ClutterActor *s
{
XfdashboardLiveWindowSimplePrivate *priv=XFDASHBOARD_LIVE_WINDOW_SIMPLE(self)->priv;
gfloat minHeight, naturalHeight;
- gfloat childNaturalHeight;
- ClutterContent *content;
minHeight=naturalHeight=0.0f;
@@ -291,8 +289,6 @@ static void _xfdashboard_live_window_simple_get_preferred_width(ClutterActor *se
{
XfdashboardLiveWindowSimplePrivate *priv=XFDASHBOARD_LIVE_WINDOW_SIMPLE(self)->priv;
gfloat minWidth, naturalWidth;
- gfloat childNaturalWidth;
- ClutterContent *content;
minWidth=naturalWidth=0.0f;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list