From 9b97be52c6727fce10ee036684c6954d6ef18460 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Wed, 31 May 2017 16:41:13 +0200 Subject: [PATCH] wx/msw/clipbrd.h: Remove unreferenced wxGetClipboardData prototype * wxGetClipboardData was removed through commit b375d814997341ef3f1541a9b23b202deeadc092 "Use wxDataObject methods..." but former usages will break with unreferenced function as the header still advertises the function Change-Id: I77e756d2b7d0db7c3833578d2846f4e922a55262 --- include/wx/msw/clipbrd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/msw/clipbrd.h b/include/wx/msw/clipbrd.h index 9efa373416..fca86898ff 100644 --- a/include/wx/msw/clipbrd.h +++ b/include/wx/msw/clipbrd.h @@ -27,8 +27,6 @@ WXDLLIMPEXP_CORE bool wxEmptyClipboard(); WXDLLIMPEXP_CORE bool wxSetClipboardData(wxDataFormat dataFormat, const void *data, int width = 0, int height = 0); -WXDLLIMPEXP_CORE void* wxGetClipboardData(wxDataFormat dataFormat, - long *len = NULL); // clipboard formats WXDLLIMPEXP_CORE bool wxIsClipboardFormatAvailable(wxDataFormat dataFormat);