]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
incomplete paste error
[wxWidgets.git] / src / gtk / app.cpp
index 7aba0eab72bbd3bbf484c3e116d4bf32b5a62d1c..3754531c01719eec088d7256fea9fee7700b4315 100644 (file)
@@ -288,10 +288,6 @@ bool wxApp::Initialize(int& argc_, wxChar **argv_)
     if ( !wxAppBase::Initialize(argc_, argv_) )
         return false;
 
-    // disable Ubuntu "overlay scrollbar" until we figure out how to keep it
-    // from messing up our window contents when scrolling, see ticket #14871
-    wxSetEnv(wxS("LIBOVERLAY_SCROLLBAR"), wxS("0"));
-
 #if wxUSE_THREADS
     if (!g_thread_supported())
     {