From 5ea3fb395f504d4f34f90d47b3887e5ddd6426f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:55:45 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index d2fd98d72..a79fb4f6d 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -76,15 +76,7 @@ ns_list.forEach(function(ns_name) var odata = NameSpace.factory('Interface', ns_name, n); print(JSON.stringify(odata.childClasses,null,4)); }); - // what we are interested in.. - /// odata.methods.. (where method.memberOf == ns_name.n - // oldata.childClasses - print(JSON.stringify(odata.implementedBy,null,4)); // oldata.implementedBy //??? for interfaces?? - - - - }); - } + }); -- 2.39.2