summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-15 12:18:32 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-17 20:56:39 +0100
commitc4a490e631539e0efc76996aae0ee1535691a5e5 (patch)
treec94eb90411467461aa4fd4eb552a81b25b9a7f7d
parentc644c30c67e92e694c18235239c6be379fcb2bbc (diff)
downloadnautilus-c4a490e631539e0efc76996aae0ee1535691a5e5.tar.gz
window: remove obsoleted comment
-rw-r--r--src/nautilus-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 29e499b04..04613b19d 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2442,10 +2442,6 @@ nautilus_window_init (NautilusWindow *window)
window->priv->slots = NULL;
window->priv->active_slot = NULL;
- /* Allow third party themes to match nautilus windows to provide
- * specific styling for nautilus without affecting other gtk+ applications.
- * This was a request by some theme authors.
- */
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (window)),
"nautilus-window");