aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin-mono.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-plugin-mono.h')
-rw-r--r--e-util/e-plugin-mono.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/e-util/e-plugin-mono.h b/e-util/e-plugin-mono.h
deleted file mode 100644
index 4c49edf71c..0000000000
--- a/e-util/e-plugin-mono.h
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#ifndef _E_PLUGIN_MONO_H
-#define _E_PLUGIN_MONO_H
-
-#include "e-plugin.h"
-
-/* ********************************************************************** */
-
-typedef struct _EPluginMono EPluginMono;
-typedef struct _EPluginMonoClass EPluginMonoClass;
-
-struct _EPluginMono {
- EPlugin plugin;
-
- struct _EPluginMonoPrivate *priv;
-
- char *location; /* location */
- char *handler; /* handler class */
-};
-
-struct _EPluginMonoClass {
- EPluginClass plugin_class;
-};
-
-GType e_plugin_mono_get_type(void);
-
-#endif /* ! _E_PLUGIN_MONO_H */