]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/clipbrd.cpp
call to pthread_attr_setscope() added (disabled for now) and several other small...
[wxWidgets.git] / src / motif / clipbrd.cpp
index 8156b69bc78fde38e1823e2031c84c3b13a469e7..21df675bf2dba318d71fb4de42a85919d8fd20d8 100644 (file)
@@ -306,7 +306,7 @@ void wxClipboard::Close()
     wxCloseClipboard();
 }
 
-bool wxClipboard::IsSupportedFormat( wxDataFormat format, const wxString& WXUNUSED(id) )
+bool wxClipboard::IsSupported( wxDataFormat format)
 {
     return wxIsClipboardFormatAvailable(format);
 }