Author: abrander
Date: 2010-05-26 16:36:56 +0200 (Wed, 26 May 2010)
New Revision: 3375
Modified:
trunk/librawstudio/rs-plugin-manager.h
Log:
Removed unneeded GObject boilerplate code.
Modified: trunk/librawstudio/rs-plugin-manager.h
===================================================================
--- trunk/librawstudio/rs-plugin-manager.h 2010-05-26 14:35:15 UTC (rev
3374)
+++ trunk/librawstudio/rs-plugin-manager.h 2010-05-26 14:36:56 UTC (rev
3375)
@@ -22,28 +22,6 @@
G_BEGIN_DECLS
-typedef struct _RSPluginManager RSPluginManager;
-typedef struct _RSPluginManagerClass RSPluginManagerClass;
-
-struct _RSPluginmanager {
- GObject parent;
-
- gchar *plugin_path;
- GList *plugins;
-};
-
-struct _RSPluginManagerClass {
- GObjectClass parent;
-};
-
-GType rs_plugin_manager_get_type(void) G_GNUC_CONST;
-
-typedef enum {
- RS_MODULE_INVALID = 0,
- RS_MODULE_LOADER,
- RS_MODULE_FILTER,
-} RSModuleType;
-
/**
* Load all installed Rawstudio plugins
*/
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit