]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / src / gtk / app.cpp
index 7aba0eab72bbd3bbf484c3e116d4bf32b5a62d1c..2bd616a4ba5f4cf5783d18eccbda3aabd16f89ef 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/app.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -288,10 +287,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())
     {