summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 33fccd8a80..baa486593d 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -142,7 +142,6 @@ static GtkWindowGroup *gtk_main_get_window_group (GtkWidget *widget);
static gint pre_initialized = FALSE;
static gint gtk_initialized = FALSE;
static GList *current_events = NULL;
-static GThread *initialized_thread = NULL;
typedef struct {
GdkDisplay *display;
@@ -801,8 +800,6 @@ gtk_init_check (void)
do_pre_parse_initialization ();
do_post_parse_initialization ();
- initialized_thread = g_thread_self ();
-
ret = gdk_display_open_default () != NULL;
if (ret && (gtk_get_debug_flags () & GTK_DEBUG_INTERACTIVE))
@@ -927,19 +924,6 @@ gtk_is_initialized (void)
return gtk_initialized;
}
-/**
- * gtk_get_main_thread:
- *
- * Get the thread from which GTK was initialized.
- *
- * Returns: (transfer none): The #GThread initialized for GTK, must not be freed
- */
-GThread *
-gtk_get_main_thread (void)
-{
- return initialized_thread;
-}
-
/**
* gtk_get_locale_direction: