Cleanup the vala code of gtk3 panel and tool by:
[platform/upstream/ibus.git] / ui / gtk3 / handle.vala
index 4fe9a7f..08e6ef3 100644 (file)
  * Boston, MA  02111-1307  USA
  */
 
-using Cairo;
-using Gdk;
-using Gtk;
-
 class Handle : Gtk.EventBox {
     private bool m_move_begined;
     private Gdk.Rectangle m_workarea;