ocarina: Remove old tiny footer code

This commit is contained in:
Bryan Schumaker 2011-04-24 08:43:36 -04:00
parent 349d4fc1bd
commit 2feb354631
1 changed files with 0 additions and 20 deletions

View File

@ -72,24 +72,4 @@ def on_like():
#tabs.remove_page(n)
#del pages[title]
#def make_bar():
#title.set_text(ocarina.__vers__)
#title.set_ellipsize(pango.ELLIPSIZE_END)
#title.show()
#bar_add(image.AlbumArt(24))
#bar_add(title, True, True)
#bar_add(label.TimeLabel())
#bar_add(label.LengthLabel2())
#bar_add(button.RewindButton())
#bar_add(button.ForwardButton())
#bar_add(button.PlayButton())
#bar_add(button.PauseButton())
#bar_add(button.StopButton())
#bar_add(button.NextButton())
#bar_add(button.UpButton(up_button))
#bar.show()
#footer.pack_start(bar)