dtmail: remove DEAD_WOOD code
This commit is contained in:
@@ -116,12 +116,6 @@ class Cmd {
|
||||
void deactivate(); // Deactivate this object
|
||||
char *getLabel() { return _label; }
|
||||
|
||||
#ifdef DEAD_WOOD
|
||||
// Functions to register dependent commands
|
||||
|
||||
void addToActivationList ( Cmd * );
|
||||
void addToDeactivationList ( Cmd * );
|
||||
#endif /* DEAD_WOOD */
|
||||
|
||||
// Register an UIComponent used to execute this command
|
||||
|
||||
|
||||
@@ -114,9 +114,6 @@
|
||||
|
||||
char *getHelpId(Widget);
|
||||
void printHelpId(char *, Widget);
|
||||
#ifdef DEAD_WOOD
|
||||
void HelpMenuCB(Widget, XtPointer, XtPointer);
|
||||
#endif /* DEAD_WOOD */
|
||||
void HelpCB(Widget, XtPointer, XtPointer);
|
||||
void HelpTexteditCB( Widget, XtPointer, XtPointer ) ;
|
||||
extern void DisplayMain(Widget, char *, char *);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -86,9 +86,4 @@ class QuestionDialogManager : public DialogManager {
|
||||
|
||||
QuestionDialogManager ( char * );
|
||||
};
|
||||
|
||||
#ifdef DEAD_WOOD
|
||||
extern QuestionDialogManager *theQuestionDialogManager;
|
||||
#endif /* DEAD_WOOD */
|
||||
|
||||
#endif
|
||||
|
||||
@@ -99,11 +99,6 @@ class UIComponent : public BasicComponent {
|
||||
// Called by widgetDestroyedCallback() if base widget is destroyed
|
||||
virtual void widgetDestroyed();
|
||||
|
||||
#ifdef DEAD_WOOD
|
||||
// Loads component's default resources into database
|
||||
void setDefaultResources ( const Widget , const String *);
|
||||
#endif /* DEAD_WOOD */
|
||||
|
||||
// Retrieve resources for this clsss from the resource manager
|
||||
void getResources ( const XtResourceList, const int );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user