Get rid fo g_log_domain_glib variable in favor of just using a string

Sat Nov 17 17:21:57 2001  Owen Taylor  <otaylor@redhat.com>

        * glib/Makefile.am glib/*.c glib/gmessages.h: Get
        rid fo g_log_domain_glib variable in favor of just
        using a string constant.
This commit is contained in:
Owen Taylor
2001-11-17 23:23:01 +00:00
committed by Owen Taylor
parent 31be0476a4
commit f1019c04fc
6 changed files with 8 additions and 10 deletions

View File

@@ -71,7 +71,6 @@ typedef void (*GLogFunc) (const gchar *log_domain,
/* Logging mechanism
*/
GLIB_VAR const gchar *g_log_domain_glib;
guint g_log_set_handler (const gchar *log_domain,
GLogLevelFlags log_levels,
GLogFunc log_func,