Cleanup the vala code of gtk3 panel and tool by:
[platform/upstream/ibus.git] / ui / gtk3 / pango.vala
index adcce43..9f8f065 100644 (file)
@@ -20,9 +20,6 @@
  * Boston, MA  02111-1307  USA
  */
 
-using IBus;
-using Pango;
-
 Pango.AttrList get_pango_attr_list_from_ibus_text(IBus.Text text) {
     Pango.AttrList pango_attrs = new Pango.AttrList();
     unowned IBus.AttrList attrs = text.get_attributes();