[Xfce4-commits] [apps/xfdashboard] 07/13: Remove unused variables

noreply at xfce.org noreply at xfce.org
Tue Mar 24 10:25:05 CET 2015


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

nomad pushed a commit to annotated tag 0.2.1
in repository apps/xfdashboard.

commit 03cead6c52d35e6ec7987865390077288dfd4da4
Author: Stephan Haller <nomad at froevel.de>
Date:   Sat Jun 28 09:35:36 2014 +0200

    Remove unused variables
    
    Remove unused variables from XfdashboardDynamicTableLayout to avoid compiler warnings
---
 src/dynamic-table-layout.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/dynamic-table-layout.c b/src/dynamic-table-layout.c
index 5d87a30..0db6318 100644
--- a/src/dynamic-table-layout.c
+++ b/src/dynamic-table-layout.c
@@ -334,8 +334,6 @@ static void _xfdashboard_dynamic_table_layout_allocate(ClutterLayoutManager *sel
 	ClutterActorIter						iter;
 	ClutterActor							*child;
 	gint									column, row, i;
-	gfloat									left, right, top, bottom;
-	gfloat									childWidth, childHeight;
 	ClutterActorBox							childAllocation;
 
 	g_return_if_fail(XFDASHBOARD_IS_DYNAMIC_TABLE_LAYOUT(self));

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


More information about the Xfce4-commits mailing list