seed r409 - trunk/examples/ide



Author: racarr
Date: Mon Dec  8 22:41:09 2008
New Revision: 409
URL: http://svn.gnome.org/viewvc/seed?rev=409&view=rev

Log:
Remove some dead code in examples.


Modified:
   trunk/examples/ide/ide-toolbar.js

Modified: trunk/examples/ide/ide-toolbar.js
==============================================================================
--- trunk/examples/ide/ide-toolbar.js	(original)
+++ trunk/examples/ide/ide-toolbar.js	Mon Dec  8 22:41:09 2008
@@ -1,10 +1,6 @@
 IDEToolbarType = {
     parent: Gtk.Toolbar.type,
     name: "IDEToolbar",
-    class_init: function(klass, prototype)
-    {
-
-    },
     instance_init: function(klass)
     {
         this.new_button = actions.get_action("new").create_tool_item();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]