vala r1935 - in trunk: . gobject
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1935 - in trunk: . gobject
- Date: Mon, 27 Oct 2008 08:15:36 +0000 (UTC)
Author: juergbi
Date: Mon Oct 27 08:15:36 2008
New Revision: 1935
URL: http://svn.gnome.org/viewvc/vala?rev=1935&view=rev
Log:
2008-10-27 JÃrg Billeter <j bitron ch>
* gobject/valaccodemethodmodule.vala:
Remove unused method
Modified:
trunk/ChangeLog
trunk/gobject/valaccodemethodmodule.vala
Modified: trunk/gobject/valaccodemethodmodule.vala
==============================================================================
--- trunk/gobject/valaccodemethodmodule.vala (original)
+++ trunk/gobject/valaccodemethodmodule.vala Mon Oct 27 08:15:36 2008
@@ -884,14 +884,6 @@
b.add_statement (cdeclaration);
}
- private Class find_fundamental_class (Class cl) {
- var fundamental_class = cl;
- while (fundamental_class != null && fundamental_class.base_class != null) {
- fundamental_class = fundamental_class.base_class;
- }
- return fundamental_class;
- }
-
public override void visit_creation_method (CreationMethod m) {
if (m.body != null && codegen.current_type_symbol is Class && codegen.current_class.is_subtype_of (codegen.gobject_type)) {
int n_params = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]