diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2013-06-25 23:02:46 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-09 23:20:13 -0700 |
commit | 3919044bd7d3bcb85ce3425a43b8889a248a7542 (patch) | |
tree | 7c988eee011ec632c9ebbf4fc7ae61033c42cce6 /src/Selection.c | |
parent | d395f487e659ee1091eb60c89c551ba1b61dfe51 (diff) |
Avoid shadowing variables.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Selection.c')
-rw-r--r-- | src/Selection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Selection.c b/src/Selection.c index 4f59d70..2b794d7 100644 --- a/src/Selection.c +++ b/src/Selection.c @@ -2079,7 +2079,6 @@ void XtSendSelectionRequest( Boolean ins[PREALLOCED]; Atom *props; Atom p[PREALLOCED]; - int i = 0; int j = 0; /* Allocate */ |