summaryrefslogtreecommitdiff
path: root/xts5/Xt9/XtGrabButton.m
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/Xt9/XtGrabButton.m')
-rw-r--r--xts5/Xt9/XtGrabButton.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/xts5/Xt9/XtGrabButton.m b/xts5/Xt9/XtGrabButton.m
index 2faad1bb..1bc0ea7d 100644
--- a/xts5/Xt9/XtGrabButton.m
+++ b/xts5/Xt9/XtGrabButton.m
@@ -185,7 +185,7 @@ pid_t pid2;
tet_infoline("PREP: Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
tet_infoline("PREP: Set height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
sprintf(ebuf, "PREP: Create label requesting user input");
labelw_msg = (Widget) CreateLabelWidget(msg, boxw1);
tet_infoline("PREP: Create windows for widgets and map them");
@@ -235,7 +235,7 @@ pid_t pid2;
tet_infoline("PREP: Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
tet_infoline("PREP: Set height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
sprintf(ebuf, "PREP: Create label requesting user input");
labelw_msg = (Widget) CreateLabelWidget(msg, boxw1);
XtAppAddTimeOut(app_ctext, (unsigned long)500, XtTMO_Proc, topLevel);
@@ -289,7 +289,7 @@ if (config.coverage < 2) {
tet_infoline("PREP: Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
tet_infoline("PREP: Set height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
sprintf(ebuf, "PREP: Create label requesting user input");
labelw_msg = (Widget) CreateLabelWidget(msg, boxw1);
XtAppAddTimeOut(app_ctext, (unsigned long)500, XtTMO_Proc, topLevel);