Cleanup the vala code of gtk3 panel and tool by:
[platform/upstream/ibus.git] / ui / gtk3 / candidatearea.vala
index 85a830d..611f810 100644 (file)
  * Boston, MA  02111-1307  USA
  */
 
-using Gtk;
-using IBus;
-using Pango;
-
 class CandidateArea : Gtk.Box {
     private bool m_vertical;
     private Gtk.Label[] m_labels;