X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libjava%2Fgnu%2Fawt%2Fgtk%2FnatGtkMainThread.cc;fp=libjava%2Fgnu%2Fawt%2Fgtk%2FnatGtkMainThread.cc;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=9cc492c31ed2141eb4d4353998c5daf7fc2f8c51;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/gnu/awt/gtk/natGtkMainThread.cc b/libjava/gnu/awt/gtk/natGtkMainThread.cc deleted file mode 100644 index 9cc492c3..00000000 --- a/libjava/gnu/awt/gtk/natGtkMainThread.cc +++ /dev/null @@ -1,22 +0,0 @@ -// This file was created by `gcjh -stubs'. -*- c++ -*- -// -// This file is intended to give you a head start on implementing native -// methods using CNI. -// Be aware: running `gcjh -stubs ' once more for this class may -// overwrite any edits you have made to this file. - -#include -#include - -#include - - -void -gnu::awt::gtk::GtkMainThread::gtkMain () -{ - GDK_THREADS_ENTER (); - gtk_main (); - GDK_THREADS_LEAVE (); -} - -