aboutsummaryrefslogtreecommitdiff
path: root/libXaw/src/AllWidgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'libXaw/src/AllWidgets.c')
-rw-r--r--libXaw/src/AllWidgets.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libXaw/src/AllWidgets.c b/libXaw/src/AllWidgets.c
index 4d95887d1..27be437e5 100644
--- a/libXaw/src/AllWidgets.c
+++ b/libXaw/src/AllWidgets.c
@@ -1,5 +1,3 @@
-/* $Xorg: AllWidgets.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ */
-
/*
Copyright (c) 1991, 1994, 1998 The Open Group
@@ -25,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xaw/AllWidgets.c,v 1.3 2001/08/23 21:49:51 tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -71,9 +68,6 @@ extern WidgetClass treeWidgetClass;
extern WidgetClass vendorShellWidgetClass;
extern WidgetClass viewportWidgetClass;
extern WidgetClass wmShellWidgetClass;
-#if !defined(OLDXAW) && !defined(XAW7)
-extern WidgetClass xawPrintShellWidgetClass;
-#endif
XmuWidgetNode XawWidgetArray[] = {
{ "applicationShell", &applicationShellWidgetClass },
@@ -118,9 +112,6 @@ XmuWidgetNode XawWidgetArray[] = {
{ "vendorShell", &vendorShellWidgetClass },
{ "viewport", &viewportWidgetClass },
{ "wmShell", &wmShellWidgetClass },
-#if !defined(OLDXAW) && !defined(XAW7)
-{ "printShell", &xawPrintShellWidgetClass },
-#endif
};
int XawWidgetCount = XtNumber(XawWidgetArray);