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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
