]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Remove redundant g_scanner_cur_* bindings
authorJürg Billeter <j@bitron.ch>
Sat, 25 Oct 2008 16:57:54 +0000 (16:57 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 25 Oct 2008 16:57:54 +0000 (16:57 +0000)
2008-10-25  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Remove redundant g_scanner_cur_* bindings

svn path=/trunk/; revision=1925

ChangeLog
vapi/glib-2.0.vapi

index ff504db6d9c0d640087a9b0eaa5d8ef6a799e735..5cd52247e4220d02d5822854b9054c4794f97a38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-25  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi:
+
+       Remove redundant g_scanner_cur_* bindings
+
 2008-10-25  Jürg Billeter  <j@bitron.ch>
 
        * gobject/valaccodegenerator.vala:
index 30456db5ee04ffceccd1c7ccd97bb5473370f4ea..1047dc2950269498b5a4aa37cf8e3a6fcfa51eb1 100644 (file)
@@ -1832,10 +1832,6 @@ namespace GLib {
                public TokenType peek_next_token ();
                public TokenType get_next_token ();
                public bool eof ();
-               public uint cur_line ();
-               public uint cur_position ();
-               public TokenType cur_token ();
-               public TokenValue cur_value ();
                public uint set_scope (uint scope_id);
                public void scope_add_symbol (uint scope_id, string symbol, void* value);
                public void scope_foreach_symbol (uint scope_id, HFunc func);