diff --git a/mozilla/widget/public/nsIClipboard.h b/mozilla/widget/public/nsIClipboard.h index 8a87069d756..be8abc71d71 100644 --- a/mozilla/widget/public/nsIClipboard.h +++ b/mozilla/widget/public/nsIClipboard.h @@ -50,25 +50,7 @@ class nsIClipboard : public nsISupports { * @result NS_Ok if no errors */ - NS_IMETHOD GetData(nsITransferable ** aTransferable) = 0; - - /** - * Gets the data from the clipboard and put it into the transferable object - * - * @param aTransferable The transferable - * @result NS_Ok if no errors - */ - - NS_IMETHOD GetClipboard() = 0; - - /** - * Sets the clipboard from the transferable object - * - * @param aTransferable The transferable - * @result NS_Ok if no errors - */ - - NS_IMETHOD SetClipboard() = 0; + NS_IMETHOD GetData(nsITransferable * aTransferable) = 0; /** * Check to set if ant of the native data on the clipboard matches this data flavor