Skip to content

Commit

Permalink
remove splash screen
Browse files Browse the repository at this point in the history
It's annoying to get the splash screen everytime hh starts up while debugging.
For now I've removed it, we can put it back into place before the release if
we want to.
  • Loading branch information
Fela Winkelmolen committed Jul 12, 2010
1 parent 08f29a1 commit 1940cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h-ety-h.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ def load_editor name = {}

# splash screen
stack :top => 0, :left => 0, :width => 1.0, :height => 1.0 do
splash
#splash
end
end

0 comments on commit 1940cc3

Please sign in to comment.