summaryrefslogtreecommitdiff
path: root/finch/gntdebug.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-19 00:41:44 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-19 00:41:44 -0500
commit805be51f98824ca6a5e31d6655007d0aa9b13407 (patch)
tree9be1e7e633106211922104e7f7b8769b41243740 /finch/gntdebug.h
parentd499af1680862663a58e4257da247485e9dfec96 (diff)
downloadpidgin-805be51f98824ca6a5e31d6655007d0aa9b13407.tar.gz
Remove entire PurpleDebugUiInterface and implementations
The `purple_debug*` functions are routed through GLib's logging interface, and the UIs capture logs from there, so there's no need for this interface any more. Testing Done: Opened Debug Window and saw logs appearing there. Reviewed at https://reviews.imfreedom.org/r/1074/
Diffstat (limited to 'finch/gntdebug.h')
-rw-r--r--finch/gntdebug.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/finch/gntdebug.h b/finch/gntdebug.h
index 1ab90d9555..7f0e011767 100644
--- a/finch/gntdebug.h
+++ b/finch/gntdebug.h
@@ -42,16 +42,6 @@ G_BEGIN_DECLS
* GNT Debug API
**********************************************************************/
-#define FINCH_TYPE_DEBUG_UI (finch_debug_ui_get_type())
-G_DECLARE_FINAL_TYPE(FinchDebugUi, finch_debug_ui, FINCH, DEBUG_UI, GObject)
-
-/**
- * finch_debug_ui_new:
- *
- * Perform necessary initializations.
- */
-FinchDebugUi *finch_debug_ui_new(void);
-
/**
* finch_debug_init_handler:
*