summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/pychrysa.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/pychrysa.h')
-rw-r--r--plugins/pychrysalide/pychrysa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/pychrysalide/pychrysa.h b/plugins/pychrysalide/pychrysa.h
index 8eba5b7..a6d4bb1 100644
--- a/plugins/pychrysalide/pychrysa.h
+++ b/plugins/pychrysalide/pychrysa.h
@@ -55,9 +55,6 @@ G_MODULE_EXPORT void chrysalide_plugin_on_native_loaded(GPluginModule *, PluginA
/* Fournit les informations du thread principal. */
PyThreadState *get_pychrysalide_main_tstate(void);
-/* Présente dans le journal un message simple. */
-void log_pychrysalide_simple_message(LogMessageType, const char *);
-
/* Présente dans le journal une exception survenue. */
void log_pychrysalide_exception(const char *, ...);