wx/msw/clipbrd.h: Remove unreferenced wxGetClipboardData prototype
* wxGetClipboardData was removed through commit
b375d81499
"Use wxDataObject methods..."
but former usages will break with unreferenced
function as the header still advertises the function
Change-Id: I77e756d2b7d0db7c3833578d2846f4e922a55262
This commit is contained in:
@@ -27,8 +27,6 @@ WXDLLIMPEXP_CORE bool wxEmptyClipboard();
|
|||||||
WXDLLIMPEXP_CORE bool wxSetClipboardData(wxDataFormat dataFormat,
|
WXDLLIMPEXP_CORE bool wxSetClipboardData(wxDataFormat dataFormat,
|
||||||
const void *data,
|
const void *data,
|
||||||
int width = 0, int height = 0);
|
int width = 0, int height = 0);
|
||||||
WXDLLIMPEXP_CORE void* wxGetClipboardData(wxDataFormat dataFormat,
|
|
||||||
long *len = NULL);
|
|
||||||
|
|
||||||
// clipboard formats
|
// clipboard formats
|
||||||
WXDLLIMPEXP_CORE bool wxIsClipboardFormatAvailable(wxDataFormat dataFormat);
|
WXDLLIMPEXP_CORE bool wxIsClipboardFormatAvailable(wxDataFormat dataFormat);
|
||||||
|
Reference in New Issue
Block a user