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

@@ -90,9 +90,6 @@ class CmdList;
class MenuBar : public UIComponent {
protected:
#ifdef DEAD_WOOD
virtual Boolean isValidMenuPane(Widget);
#endif /* DEAD_WOOD */
virtual Widget createPulldown ( Widget, CmdList *,
Boolean, unsigned char);