diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-08-31 20:57:25 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-08-31 22:57:36 -0400 |
commit | f56098a6d2cc9531cfa116405783b275d2ab618a (patch) | |
tree | 4eb695ae697d2ddb08413b589c1214ac308c26b7 /src/nautilus-application.h | |
parent | 34d087390cd22e50a878be277584d84f6a849324 (diff) | |
download | nautilus-f56098a6d2cc9531cfa116405783b275d2ab618a.tar.gz |
application: remove unused defines
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r-- | src/nautilus-application.h | 5 |
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 { |