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

@@ -86,9 +86,4 @@ class QuestionDialogManager : public DialogManager {
QuestionDialogManager ( char * );
};
#ifdef DEAD_WOOD
extern QuestionDialogManager *theQuestionDialogManager;
#endif /* DEAD_WOOD */
#endif