summaryrefslogtreecommitdiff
path: root/plugins/stackvars/stackvars.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-05 19:45:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-05 19:45:08 (GMT)
commitc35d5d4ce62b812ec0aa4a5ebbacb84cd0901d53 (patch)
treeca0262ce4f0a24bdfbc1b9a4ffa1bbb202d47820 /plugins/stackvars/stackvars.h
parentf5df6496fa50927d3d274c939a888afde652b7ad (diff)
Removed the old interface for rendering lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@278 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/stackvars/stackvars.h')
-rw-r--r--plugins/stackvars/stackvars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stackvars/stackvars.h b/plugins/stackvars/stackvars.h
index bf3e42e..accd5a4 100644
--- a/plugins/stackvars/stackvars.h
+++ b/plugins/stackvars/stackvars.h
@@ -24,7 +24,7 @@
#ifndef _PLUGINS_STACKVARS_STACKVARS_H
#define _PLUGINS_STACKVARS_STACKVARS_H
-
+#if 0
#include <glib-object.h>
#include <gmodule.h>
#include <stdbool.h>
@@ -43,7 +43,7 @@ G_MODULE_EXPORT PluginAction get_plugin_action(void);
/* Exécute une action définie sur un binaire chargé. */
G_MODULE_EXPORT bool execute_action_on_binary(GLoadedBinary *, PluginAction);
-
+#endif
#endif /* _PLUGINS_STACKVARS_STACKVARS_H */