mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
'notdef' means it's not used, so we remove it
This commit is contained in:
parent
de81a5b518
commit
ab741a1241
15 changed files with 0 additions and 327 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue