From: Kouhei S. <nu...@co...> - 2017-08-06 07:09:44
|
Kouhei Sutou 2017-08-06 16:09:16 +0900 (Sun, 06 Aug 2017) New Revision: b4b5cb8899585893c5097ff4a582b3c104428393 https://github.com/ruby-gnome2/ruby-gnome2/commit/b4b5cb8899585893c5097ff4a582b3c104428393 Message: vte3: remove needless code Modified files: vte3/lib/vte3/loader.rb Modified: vte3/lib/vte3/loader.rb (+1 -11) =================================================================== --- vte3/lib/vte3/loader.rb 2017-08-06 16:08:03 +0900 (ee5dd52c4) +++ vte3/lib/vte3/loader.rb 2017-08-06 16:09:16 +0900 (04d965fc0) @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Ruby-GNOME2 Project Team +# Copyright (C) 2014-2017 Ruby-GNOME2 Project Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,16 +17,6 @@ module Vte class Loader < GObjectIntrospection::Loader private - def load_function_info(info) - name = info.name - case name - when "init" - # ignore - else - super - end - end - def pre_load(repository, namespace) define_version_module end |