dtmail: remove DEAD_WOOD code

This commit is contained in:
Chase
2025-11-27 13:48:24 -05:00
committed by Jon Trulson
parent e945fc8b08
commit f38cd20c5c
70 changed files with 3 additions and 2130 deletions

View File

@@ -66,13 +66,6 @@
#include <Xm/Xm.h>
#include <Xm/MessageB.h>
#ifdef DEAD_WOOD
// Define an instance to be available throughout the framework.
QuestionDialogManager *theQuestionDialogManager =
new QuestionDialogManager ( "QuestionDialog", "QuestionDialog" );
#endif /* DEAD_WOOD */
QuestionDialogManager::QuestionDialogManager ( char *name ) :
DialogManager ( name )
{