remove OSF1 support
This commit is contained in:
@@ -3122,7 +3122,7 @@ static void StartSearchCB(
|
||||
for the SunOS 5.3 optimized executable. It isn't a problem for the
|
||||
non-optimized or debuggable versions or any versions on AIX 3.2 or
|
||||
HP-UX 9.05. */
|
||||
#if !defined(sun) && !defined(__osf__)
|
||||
#if !defined(sun)
|
||||
n = 0;
|
||||
XtSetArg(args[n],XmNeditable,False); n++;
|
||||
XtSetArg(args[n],XmNcursorPositionVisible,False); n++;
|
||||
|
||||
Reference in New Issue
Block a user