gplugin/gplugin

Remove GPLUGIN_PYTHON3_DOMAIN as it wasn't being used
feature/python3-naming
2020-02-23, Gary Kramlich
1734d084c48d
Parents c5a9655fbd5b
Children fcb2efa86aa6
Remove GPLUGIN_PYTHON3_DOMAIN as it wasn't being used
--- a/python/gplugin-python3-utils.h Sat Feb 22 04:01:09 2020 -0600
+++ b/python/gplugin-python3-utils.h Sun Feb 23 19:43:55 2020 -0600
@@ -20,8 +20,6 @@
#include <glib.h>
-#define GPLUGIN_PYTHON3_DOMAIN (g_quark_from_static_string("gplugin-python"))
-
G_BEGIN_DECLS
gchar *gplugin_python3_filename_to_module(const gchar *filename);