diff options
author | Carlos Garnacho <carlos@imendio.com> | 2007-05-18 13:31:29 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2007-05-18 13:31:29 +0000 |
commit | 5938f6add5cbd0a3db4bfc67cabcbaace8ec9f9d (patch) | |
tree | bd67c7019faa3e839d44e16c1996bd2827cfbb7c /gtk/gtkexpander.c | |
parent | 1dc2df1565f99772849e24ce361bdef0788997aa (diff) | |
download | gtk+-5938f6add5cbd0a3db4bfc67cabcbaace8ec9f9d.tar.gz |
remove c++ style comment.
2007-05-18 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkexpander.c: remove c++ style comment.
svn path=/trunk/; revision=17862
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index d0b441960e..7d99da960e 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -411,7 +411,6 @@ gtk_expander_realize (GtkWidget *widget) gdk_window_set_user_data (priv->event_window, widget); widget->style = gtk_style_attach (widget->style, widget->window); - //gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL); } static void |