From b58b3d8b52c41f604469bbb8f7c90d39dbccb33a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 15 Sep 2014 18:24:52 +0000 Subject: remove define --- Sgraph.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Sgraph.c') diff --git a/Sgraph.c b/Sgraph.c index 6ac9329..d880c60 100644 --- a/Sgraph.c +++ b/Sgraph.c @@ -66,12 +66,10 @@ static XtActionsRec actions[] = { static char translations[] = ":" "sgraph()\n"; - -#define Superclass (&widgetClassRec) SgraphClassRec sgraphClassRec = { /* core */ { - (WidgetClass) Superclass, /* superclass */ + &widgetClassRec, /* superclass */ "Sgraph", /* class_name */ sizeof(SgraphRec), /* widget_size */ NULL, /* class_initialize */ -- cgit v1.2.3