aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-15 09:12:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-15 09:12:39 +0000
commit7dc6e7cf64a573a2d4b5e0b99fb041651f5ac11a (patch)
treeb35217f0d823bed360f03cf14d9eaad53cdd370a /plugins
parent44792f5dbad299c2386db2435842f3cfe836be73 (diff)
remove generated file
svn path=/trunk/; revision=21782
Diffstat (limited to 'plugins')
-rw-r--r--plugins/opcua/plugin.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/opcua/plugin.c b/plugins/opcua/plugin.c
deleted file mode 100644
index 138b4a4e36..0000000000
--- a/plugins/opcua/plugin.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Do not modify this file. */
-/* It is created automatically by the Makefile. */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <gmodule.h>
-
-#include "moduleinfo.h"
-
-#ifndef ENABLE_STATIC
-G_MODULE_EXPORT const gchar version[] = VERSION;
-
-/* Start the functions we need for the plugin stuff */
-
-G_MODULE_EXPORT void
-plugin_register (void)
-{
- {extern void proto_register_opcua (void); proto_register_opcua ();}
-}
-G_MODULE_EXPORT void
-plugin_reg_handoff(void)
-{
- {extern void proto_reg_handoff_opcua (void); proto_reg_handoff_opcua ();}
-}
-#endif