Cleanup the vala code of gtk3 panel and tool by:
[platform/upstream/ibus.git] / ui / gtk3 / switcher.vala
index b543a8f..7566466 100644 (file)
  * Boston, MA  02111-1307  USA
  */
 
-using Atk;
-using Cairo;
-using Gdk;
-using GLib;
-using Gtk;
-using IBus;
-using Pango;
-
 class Switcher : Gtk.Window {
     public extern const bool USE_SYMBOL_ICON;
     private const int DEFAULT_FONT_SIZE = 16;