From ac6e2ee7ef2921c5c42fce4cd44d733f4f55e440 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 17 Jan 2001 15:35:26 +0000 Subject: Fix the build by removing a stale function definition. Sigh. svn path=/trunk/; revision=7578 --- widgets/misc/e-messagebox.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'widgets/misc/e-messagebox.c') diff --git a/widgets/misc/e-messagebox.c b/widgets/misc/e-messagebox.c index 9a52599253..28ca73a6f7 100644 --- a/widgets/misc/e-messagebox.c +++ b/widgets/misc/e-messagebox.c @@ -346,23 +346,3 @@ e_message_box_get_checkbox (EMessageBox *messagebox) return messagebox->_priv->checkbox; } - - -/** - * e_message_box_get_id: - * @messagebox: The message box to work on - * - * Gets the id of the message box. You should use this - * function instead of using the structure directly. - * - * Returns: the id */ -const char * -e_message_box_get_checkbox (EMessageBox *messagebox) -{ - g_return_val_if_fail (messagebox != NULL, NULL); - g_return_val_if_fail (E_IS_MESSAGE_BOX (messagebox), NULL); - - return messagebox->_priv->id; -} - - -- cgit v1.2.3