From 6e51f85dfc43ef0cbcb4f161927c790539119115 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Fri, 26 Mar 1999 15:45:04 +0000 Subject: [PATCH] removed two unused mthoed change GetData to be '*' instead of '**' git-svn-id: svn://10.0.0.236/trunk@25219 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/public/nsIClipboard.h | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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