summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-03-22 17:33:17 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-04-06 10:47:30 +0200
commit0bd3da52e5c9023882ebf21be50ce0a0f471f08c (patch)
tree424c1e7eeed6f2cf1a477d3350254af5b662702f
parentd876208a40c5133c20c6caa0ac13b27954ce8d3f (diff)
downloadnautilus-0bd3da52e5c9023882ebf21be50ce0a0f471f08c.tar.gz
window-slot: remove all dependencies to desktop
Now that we are free of special casing.
-rw-r--r--src/nautilus-window-slot.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index 8a1e5b329..b7cd9f3c5 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -25,8 +25,6 @@
#include "nautilus-application.h"
#include "nautilus-canvas-view.h"
-#include "nautilus-desktop-window.h"
-#include "nautilus-desktop-canvas-view.h"
#include "nautilus-list-view.h"
#include "nautilus-mime-actions.h"
#include "nautilus-special-location-bar.h"
@@ -783,12 +781,6 @@ nautilus_window_slot_init (NautilusWindowSlot *self)
#define DEBUG_FLAG NAUTILUS_DEBUG_WINDOW
#include <libnautilus-private/nautilus-debug.h>
-/* FIXME bugzilla.gnome.org 41243:
- * We should use inheritance instead of these special cases
- * for the desktop window.
- */
-#include "nautilus-desktop-window.h"
-
static void begin_location_change (NautilusWindowSlot *slot,
GFile *location,
GFile *previous_location,