libdthelp: Resolve 65 -Wunused-variable warnings
This commit is contained in:
@@ -750,7 +750,6 @@ static int HitTopicsDisplay (
|
||||
{
|
||||
XmString * pTopicString;
|
||||
XmString prefixString;
|
||||
XmString labelString;
|
||||
XmString *items;
|
||||
char * tmpStr;
|
||||
int i;
|
||||
@@ -4922,10 +4921,12 @@ void _DtHelpGlobSrchDisplayDialog(
|
||||
DtHelpDialogWidget hw = (DtHelpDialogWidget) w;
|
||||
XmToggleButtonCallbackStruct status; /* the call data */
|
||||
Widget sourceBtn; /* widget owning event */
|
||||
#if 0
|
||||
Dimension height;
|
||||
Dimension width;
|
||||
XmString labelString = NULL;
|
||||
int n;
|
||||
#endif
|
||||
XmString labelString = NULL;
|
||||
Arg args[10];
|
||||
|
||||
/* make the dialog itself */
|
||||
|
||||
Reference in New Issue
Block a user