]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/clipbrd.h
don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check...
[wxWidgets.git] / include / wx / os2 / clipbrd.h
index 522d5641a0b34426ab9c714d31d6cc9e6dee0e0a..729b956dfe28c6cabb75ee1aad62eeeb95fc0aac 100644 (file)
@@ -88,13 +88,9 @@ public:
     // eating memory), otherwise the clipboard will be emptied on exit
     virtual bool Flush();
 
-    // X11 has two clipboards which get selected by this call. Empty on MSW.
-    void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
-
 private:
     bool m_clearOnExit;
 };
 
 #endif // wxUSE_CLIPBOARD
-#endif
-    // _WX_CLIPBRD_H_
+#endif // _WX_CLIPBRD_H_