summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-31 20:57:25 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-31 22:57:36 -0400
commitf56098a6d2cc9531cfa116405783b275d2ab618a (patch)
tree4eb695ae697d2ddb08413b589c1214ac308c26b7
parent34d087390cd22e50a878be277584d84f6a849324 (diff)
downloadnautilus-f56098a6d2cc9531cfa116405783b275d2ab618a.tar.gz
application: remove unused defines
-rw-r--r--src/nautilus-application.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h
index b5c231333..68b17784a 100644
--- a/src/nautilus-application.h
+++ b/src/nautilus-application.h
@@ -45,11 +45,6 @@
#define NAUTILUS_APPLICATION_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), NAUTILUS_TYPE_APPLICATION, NautilusApplicationClass))
-#ifndef NAUTILUS_SPATIAL_WINDOW_DEFINED
-#define NAUTILUS_SPATIAL_WINDOW_DEFINED
-typedef struct _NautilusSpatialWindow NautilusSpatialWindow;
-#endif
-
typedef struct _NautilusApplicationPriv NautilusApplicationPriv;
typedef struct {