[gtk+/gtk-2-90] Remove unused text helper functions from testgtk
- From: Christian Dywan <cdywan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-90] Remove unused text helper functions from testgtk
- Date: Tue, 6 Apr 2010 15:53:43 +0000 (UTC)
commit 4b544cde1789aca7c235649404d9663edc3ca111
Author: Christian Dywan <christian twotoasts de>
Date: Tue Apr 6 17:57:46 2010 +0200
Remove unused text helper functions from testgtk
tests/testgtk.c | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 26a9a23..9172b04 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -6652,22 +6652,6 @@ create_rulers (GtkWidget *widget)
gtk_widget_destroy (window);
}
-static void
-text_toggle_editable (GtkWidget *checkbutton,
- GtkWidget *text)
-{
- gtk_text_set_editable(GTK_TEXT(text),
- GTK_TOGGLE_BUTTON(checkbutton)->active);
-}
-
-static void
-text_toggle_word_wrap (GtkWidget *checkbutton,
- GtkWidget *text)
-{
- gtk_text_set_word_wrap(GTK_TEXT(text),
- GTK_TOGGLE_BUTTON(checkbutton)->active);
-}
-
struct {
GdkColor color;
gchar *name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]