summaryrefslogtreecommitdiff
path: root/xts5/XtC/XtAddActions.m
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/XtC/XtAddActions.m')
-rw-r--r--xts5/XtC/XtAddActions.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/xts5/XtC/XtAddActions.m b/xts5/XtC/XtAddActions.m
index 678ea531..118c773c 100644
--- a/xts5/XtC/XtAddActions.m
+++ b/xts5/XtC/XtAddActions.m
@@ -192,7 +192,7 @@ pid_t pid3;
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);
tet_infoline("PREP: Create AVS Widget");
test_widget = (Widget) CreateLabelWidget(test_text, boxw1);
tet_infoline("TEST: Create windows for widgets and map them");
@@ -274,7 +274,7 @@ pid_t pid3;
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);
tet_infoline("PREP: Create AVS Widget");
test_widget = (Widget) CreateLabelWidget(test_text, boxw1);
tet_infoline("TEST: Create windows for widgets and map them");
@@ -361,7 +361,7 @@ pid_t pid3;
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);
tet_infoline("PREP: Create AVS Widget");
test_widget = (Widget) CreateLabelWidget(test_text, boxw1);
tet_infoline("TEST: Create windows for widgets and map them");