[Xfce4-commits] <xfwm4:master> Remove unused variables.
Nick Schermer
noreply at xfce.org
Sun Oct 30 11:02:02 CET 2011
Updating branch refs/heads/master
to da9464448902ab9ea2a9c248237c07aad63fc634 (commit)
from c08efcff0c45dbe482db12cb48dad24b3e74949b (commit)
commit da9464448902ab9ea2a9c248237c07aad63fc634
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 30 10:36:36 2011 +0100
Remove unused variables.
src/workspaces.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/workspaces.c b/src/workspaces.c
index 8927b18..2ed704a 100644
--- a/src/workspaces.c
+++ b/src/workspaces.c
@@ -492,8 +492,6 @@ workspaceInsert (ScreenInfo * screen_info, guint position)
void
workspaceDelete (ScreenInfo * screen_info, guint position)
{
- Client *c;
- GList *list;
guint count;
g_return_if_fail (screen_info != NULL);
More information about the Xfce4-commits
mailing list