remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -85,9 +85,6 @@ typedef struct
XmString okString, cancelString, helpString;
XmString okLogoutString, cancelLogoutString;
Widget noStart; /* Cant start dt dialog */
#ifdef __osf__
Widget newProfile; /* new dtprofile dialog */
#endif
Widget smHelpDialog; /* Help dialog for all topics */
} DialogData;
@@ -112,9 +109,6 @@ extern Boolean InitCursorInfo( void ) ;
extern void UpdatePasswdField( int );
extern int WarnNoStartup( void );
extern void DialogUp( Widget, XtPointer, XtPointer ) ;
#ifdef __osf__
extern int WarnNewProfile( void );
#endif
void PostSaveSessionErrorDialog ( void );
extern int ConfirmExit( Tt_message, Boolean );