Remove COREGL_FASTPATH
authorjihoon.chung <jihoon.chung@samsung.com>
Wed, 29 Aug 2012 01:54:03 +0000 (10:54 +0900)
committerjihoon.chung <jihoon.chung@samsung.com>
Wed, 29 Aug 2012 01:54:20 +0000 (10:54 +0900)
src/wrt-client/wrt-client.cpp

index f3b52d5..bf9e2fd 100644 (file)
@@ -437,7 +437,7 @@ int main(int argc,
                 LogDebug("Enable backend");
         }
     }
-    setenv("COREGL_FASTPATH", "1", 1);
+
     // Set log tagging
     DPL::Log::LogSystemSingleton::Instance().SetTag("WRT-CLIENT");