ocarina: Remove old window init code

Everything is covered now
This commit is contained in:
Bryan Schumaker 2011-04-24 09:31:42 -04:00
parent 0aa618ee5a
commit b2e7054458
1 changed files with 0 additions and 8 deletions

View File

@ -44,14 +44,6 @@ window.connect("size-allocate", resized)
#window.drag_dest_set(DND_MASK, DND_LIST, gtk.gdk.ACTION_COPY)
#def init():
#from components import entry
#width = libsaria.init_pref("ocarina.window.width", 800)
#height = libsaria.init_pref("ocarina.window.height", 600)
#window.connect("key-press-event", entry.key_press)
#window.resize(width, height)
#window.show()
#def dnd_receive(widget, context, x, y, selection, type, time):
#global files
#if files == None: