X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/004fd0c8834ca526d335a9294322d9def17ef8a9..37d92fba2884ef721b9851ef11eca6bbbf4f1778:/src/os2/dnd.cpp diff --git a/src/os2/dnd.cpp b/src/os2/dnd.cpp index c37a27db55..452c5a2abc 100644 --- a/src/os2/dnd.cpp +++ b/src/os2/dnd.cpp @@ -72,15 +72,6 @@ bool wxDropTarget::OnDrop( return FALSE; }; -bool wxDropTarget::OnData( - wxCoord x -, wxCoord y -) -{ - //TODO: - return FALSE; -}; - wxDragResult wxDropTarget::OnData( wxCoord x , wxCoord y @@ -105,42 +96,6 @@ bool wxDropTarget::IsAcceptable( return FALSE; }; -// ---------------------------------------------------------------------------- -// wxTextDropTarget -// ---------------------------------------------------------------------------- - -wxTextDropTarget::~wxTextDropTarget() -{ - // TODO: -} - -bool wxTextDropTarget::OnData( - wxCoord x -, wxCoord y -) -{ - // TODO: - return FALSE; -}; - -// ---------------------------------------------------------------------------- -// wxFileDropTarget -// ---------------------------------------------------------------------------- - -wxFileDropTarget::~wxFileDropTarget() -{ - // TODO: -} - -bool wxFileDropTarget::OnData( - wxCoord x -, wxCoord y -) -{ - // TODO: - return FALSE; -}; - //------------------------------------------------------------------------- // wxDropSource //-------------------------------------------------------------------------