[PATCH libXaw3d] Remove unused variable 'i'
Matt Turner
mattst88 at gmail.com
Thu Oct 6 19:31:15 PDT 2011
Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
src/XawIm.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/XawIm.c b/src/XawIm.c
index 92b92cd..b01f0d0 100644
--- a/src/XawIm.c
+++ b/src/XawIm.c
@@ -1287,8 +1287,6 @@ CompileResourceList(XtResourceList res, unsigned int num_res)
static Boolean
Initialize(VendorShellWidget vw, XawVendorShellExtPart *ve)
{
- int i;
-
if (!XtIsVendorShell((Widget)vw)) return(FALSE);
ve->parent = (Widget)vw;
ve->im.xim = NULL;
--
1.7.3.4
More information about the xorg-devel
mailing list