X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/mgl/clipbrd.h diff --git a/include/wx/mgl/clipbrd.h b/include/wx/mgl/clipbrd.h index 98a82d1149..307cc8de0b 100644 --- a/include/wx/mgl/clipbrd.h +++ b/include/wx/mgl/clipbrd.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: clipboard.h +// Name: wx/mgl/clipboard.h // Purpose: // Author: Vaclav Slavik // Id: $Id$ @@ -52,11 +52,6 @@ public: // clears wxTheClipboard and the system's clipboard if possible virtual void Clear() {} - // If primary == TRUE, use primary selection in all further ops, - // primary == FALSE resets it. - virtual void UsePrimarySelection(bool primary = TRUE) - { m_usePrimary = primary; } - // implementation from now on bool m_open; bool m_ownsClipboard; @@ -69,7 +64,6 @@ public: bool m_formatSupported; GdkAtom m_targetRequested; - bool m_usePrimary; wxDataObject *m_receivedData; private: