summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");