Drop the env var for scrolling control

This was never meant to be an official api, but rather
a transition help. Time to drop it for GTK+ 4.
This commit is contained in:
Matthias Clasen 2017-10-07 18:27:51 -04:00
parent 5b8b892dd6
commit e49615184a

View File

@ -3891,9 +3891,6 @@ gtk_scrolled_window_update_use_indicators (GtkScrolledWindow *scrolled_window)
use_indicators = priv->overlay_scrolling;
if (g_strcmp0 (g_getenv ("GTK_OVERLAY_SCROLLING"), "0") == 0)
use_indicators = FALSE;
if (priv->use_indicators != use_indicators)
{
priv->use_indicators = use_indicators;