'notdef' means it's not used, so we remove it

This commit is contained in:
wmoxam
2019-10-13 23:33:24 -04:00
committed by Jon Trulson
parent de81a5b518
commit ab741a1241
15 changed files with 0 additions and 327 deletions

View File

@@ -521,32 +521,6 @@ DtMailEditor::attachDragMotionHandler(
}
}
#ifdef notdef
void
DtMailEditor::attachDragSetup()
{
Boolean btn1_transfer;
Widget widget = _myAttachArea->baseWidget();
DebugPrintf(3, "In DtMailEditor::attachDragSetup()\n");
XtAddEventHandler(widget, Button1MotionMask, FALSE,
(XtEventHandler)&DtMailEditor::attachDragMotionHandler,
(XtPointer)this);
XtVaGetValues(
(Widget)XmGetXmDisplay(XtDisplayOfObject(widget)),
"enableBtn1Transfer", &btn1_transfer,
NULL);
if (!btn1_transfer) {
XtAddEventHandler(widget, Button2MotionMask, FALSE,
(XtEventHandler)&DtMailEditor::attachDragMotionHandler,
(XtPointer)this);
}
}
#endif
void
DtMailEditor::stripCRLF(char **buffer, const char * buf, const unsigned long len)
{