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-15 12:18:32 +0100
commitd87d05bafd0c59a7ae1616de031b3d85e353e206 (patch)
treedadf0c4ccce5e9b50a50ae76809a43ea308b9fad
parent5b90236b164d9a05979b2fb18374ca1d4c3209e1 (diff)
downloadnautilus-d87d05bafd0c59a7ae1616de031b3d85e353e206.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");