Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / gpu / gles2_conform_support / native / main.cc
index cb5617a..ea1cdf3 100644 (file)
 #endif
 #include "ui/gl/gl_surface.h"
 
-#if defined(TOOLKIT_GTK)
-#include "ui/gfx/gtk_util.h"
-#endif
-
 extern "C" {
 #if defined(GLES2_CONFORM_SUPPORT_ONLY)
 #include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
@@ -30,10 +26,6 @@ int main(int argc, char *argv[]) {
 #if defined(OS_MACOSX)
   base::mac::ScopedNSAutoreleasePool pool;
 #endif
-#if defined(TOOLKIT_GTK)
-  gfx::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess());
-#endif
-
   GTFMain(argc, argv);
 
   return 0;