diff options
author | Matt Turner <mattst88@gmail.com> | 2011-09-17 14:11:28 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-09-19 17:43:13 -0400 |
commit | 6bd01a2e98909aa9083304ce93f7c1c0853c0fb0 (patch) | |
tree | 007ae1c8f4928a60c500b44647c4ad0798751299 | |
parent | 7d7c39fae932ad0b4ef6b7261c19c90c8dda12e0 (diff) |
Fix a couple of unused variable warnings
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | src/ThreeD.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ThreeD.c b/src/ThreeD.c index 754b6e2..586242d 100644 --- a/src/ThreeD.c +++ b/src/ThreeD.c @@ -346,7 +346,6 @@ AllocTopShadowPixel (Widget new) XColor set_c; ThreeDWidget tdw = (ThreeDWidget) new; Display *dpy = XtDisplay (new); - Screen *scn = XtScreen (new); Colormap cmap = new->core.colormap; Xaw3dComputeTopShadowRGB (new, &set_c); @@ -391,7 +390,6 @@ AllocBotShadowPixel (Widget new) XColor set_c; ThreeDWidget tdw = (ThreeDWidget) new; Display *dpy = XtDisplay (new); - Screen *scn = XtScreen (new); Colormap cmap = new->core.colormap; Xaw3dComputeBottomShadowRGB (new, &set_c); |