summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ThreeD.c2
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);