summaryrefslogtreecommitdiff
path: root/xfontsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfontsel.c')
-rw-r--r--xfontsel.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/xfontsel.c b/xfontsel.c
index 7740914..13fb950 100644
--- a/xfontsel.c
+++ b/xfontsel.c
@@ -332,10 +332,8 @@ see 'xfontsel' manual page."
viewPort =
XtCreateManagedWidget("viewPort",viewportWidgetClass,pane,NZ);
- {
- sampleText =
- XtCreateManagedWidget("sampleText",ucsLabelWidgetClass,viewPort,NZ);
- }
+ sampleText =
+ XtCreateManagedWidget("sampleText",ucsLabelWidgetClass,viewPort,NZ);
}
XtRealizeWidget(topLevel);