Remove unused "arg_type" argument in make_native_closure.
authorSteve Frécinaux <code@istique.net>
Tue, 15 Dec 2009 13:33:27 +0000 (14:33 +0100)
committerTim Horton <hortont424@gmail.com>
Wed, 16 Dec 2009 04:06:10 +0000 (23:06 -0500)
commit36ec11b954ed7a1ded45927a4788adf8c0ed0dcb
tree7b548ed9f44b3f4ef0c8a73dc166129de50ab27d
parent9989d47738853ec7226387b3ffbb50858d323037
Remove unused "arg_type" argument in make_native_closure.

This argument is kept around in the closure but isn't used anywhere,
so let's just drop it.

https://bugzilla.gnome.org/show_bug.cgi?id=604617
libseed/seed-closure.c
libseed/seed-closure.h
libseed/seed-types.c