summaryrefslogtreecommitdiff
path: root/vfs-methods/themus/themus-properties-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfs-methods/themus/themus-properties-view.h')
-rw-r--r--vfs-methods/themus/themus-properties-view.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/vfs-methods/themus/themus-properties-view.h b/vfs-methods/themus/themus-properties-view.h
deleted file mode 100644
index 6bac1379b..000000000
--- a/vfs-methods/themus/themus-properties-view.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* -*- mode: C; c-basic-offset: 4 -*-
- * themus - utilities for GNOME themes
- * Copyright (C) 2003 Andrew Sobala <aes@gnome.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
-
-#ifndef THEMUS_PROPERTIES_VIEW_H
-#define THEMUS_PROPERTIES_VIEW_H
-
-#include <libnautilus/nautilus-view.h>
-
-#define THEMUS_TYPE_THEME_PROPERTIES_VIEW (themus_theme_properties_view_get_type ())
-#define THEMUS_THEME_PROPERTIES_VIEW(obj) (GTK_CHECK_CAST ((obj), THEMUS_TYPE_THEME_PROPERTIES_VIEW, ThemusThemePropertiesView))
-#define THEMUS_THEME_PROPERTIES_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), THEMUS_TYPE_THEME_PROPERTIES_VIEW, ThemusThemePropertiesViewClass))
-#define THEMUS_IS_THEME_PROPERTIES_VIEW(obj) (GTK_CHECK_TYPE ((obj), THEMUS_TYPE_THEME_PROPERTIES_VIEW))
-#define THEMUS_IS_THEME_PROPERTIES_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), THEMUS_TYPE_THEME_PROPERTIES_VIEW))
-
-typedef struct ThemusThemePropertiesViewDetails ThemusThemePropertiesViewDetails;
-
-typedef struct {
- BonoboControl parent;
- ThemusThemePropertiesViewDetails *details;
-} ThemusThemePropertiesView;
-
-typedef struct {
- BonoboControlClass parent;
-} ThemusThemePropertiesViewClass;
-
-GType themus_theme_properties_view_get_type (void);
-
-#endif /* THEMUS_PROPERTIES_VIEW_H */