From 510233d59a92700aacf0578ab92541c758718023 Mon Sep 17 00:00:00 2001 From: rods Date: Mon, 15 Jun 1998 22:02:13 +0000 Subject: [PATCH] removed RadioGroup methods --- widget/public/nsIRadioButton.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/widget/public/nsIRadioButton.h b/widget/public/nsIRadioButton.h index c026f5414a1e..5d88ad05141c 100644 --- a/widget/public/nsIRadioButton.h +++ b/widget/public/nsIRadioButton.h @@ -59,22 +59,6 @@ class nsIRadioButton : public nsIButton { */ virtual PRBool GetState() = 0; - /** - * Gets the RadioGroup associated with this radio button - * - * @return The Radio Group - * - */ - virtual nsIRadioGroup* GetRadioGroup() = 0; - - /** - * Sets the RadioGroup associated with this radio button - * - * @param aGroup the new RadioGroup - * - */ - virtual void SetRadioGroup(nsIRadioGroup* aGroup) = 0; - }; #endif // nsIRadioButton_h__