[Xfce4-commits] [apps/xfdashboard] 06/07: Remove unused variables to keep compiler quiet ; )

noreply at xfce.org noreply at xfce.org
Sun Jul 5 18:19:30 CEST 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit d26d7c6bd75b9ada7f628506a01007bd6b38b3d4
Author: Stephan Haller <nomad at froevel.de>
Date:   Sun Jul 5 18:18:02 2015 +0200

    Remove unused variables to keep compiler quiet ;)
---
 xfdashboard/live-workspace.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/xfdashboard/live-workspace.c b/xfdashboard/live-workspace.c
index a6fba4d..76ee35e 100644
--- a/xfdashboard/live-workspace.c
+++ b/xfdashboard/live-workspace.c
@@ -881,12 +881,10 @@ XfdashboardWindowTrackerWorkspace* xfdashboard_live_workspace_get_workspace(Xfda
 void xfdashboard_live_workspace_set_workspace(XfdashboardLiveWorkspace *self, XfdashboardWindowTrackerWorkspace *inWorkspace)
 {
 	XfdashboardLiveWorkspacePrivate		*priv;
-	ClutterContent						*content;
 	XfdashboardWindowTrackerWindow		*window;
 	ClutterActor						*child;
 	ClutterActorIter					iter;
 	GList								*windows;
-	ClutterActor						*actor;
 
 	g_return_if_fail(XFDASHBOARD_IS_LIVE_WORKSPACE(self));
 	g_return_if_fail(XFDASHBOARD_IS_WINDOW_TRACKER_WORKSPACE(inWorkspace));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list