More DnD.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -73,15 +73,6 @@ public:
|
||||
// X11 has two clipboards which get selected by this call. Empty on MSW.
|
||||
virtual void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
|
||||
|
||||
#ifdef WXWIN_COMPATIBILITY_2
|
||||
// deprecated version
|
||||
bool GetData(wxDataObject *data)
|
||||
{
|
||||
wxCHECK_MSG(data, FALSE, wxT("NULL pointer in wxClipboard"));
|
||||
|
||||
return GetData(*data);
|
||||
}
|
||||
#endif // WXWIN_COMPATIBILITY_2
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user