summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-28 16:06:32 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-05 14:56:38 +0200
commit7e078cd940966131eec54fc0d9f1d2d126b5481a (patch)
treef994e01412c1d9189dba150dd5355194b6dd6ec5 /gtk/gtktextview.c
parent925cbeaadffddbb42dbedc1a61230a4db97c8a44 (diff)
downloadgtk+-7e078cd940966131eec54fc0d9f1d2d126b5481a.tar.gz
gtk: Remove debug updates
With the soon-to-arrive automatic updates (aka computing invalid region from render nodes), this will no longer be necessary.
Diffstat (limited to 'gtk/gtktextview.c')
-rw-r--r--gtk/gtktextview.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 202c5e9d0f..9ef73dee87 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -5667,10 +5667,6 @@ cursor_blinks (GtkTextView *text_view)
#ifdef DEBUG_VALIDATION_AND_SCROLLING
return FALSE;
#endif
-#ifdef G_ENABLE_DEBUG
- if (GTK_DEBUG_CHECK (UPDATES))
- return FALSE;
-#endif
g_object_get (settings, "gtk-cursor-blink", &blink, NULL);