Skip to content

Commit

Permalink
remove the require of 'controller' which is apparently a mistake
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@846 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Mar 7, 2009
1 parent f5078a3 commit c1c86f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
@@ -1,7 +1,6 @@
require 'hotcocoa'
SOURCE_DIR = File.expand_path(File.dirname(__FILE__))
require SOURCE_DIR + '/nib_controller'
require SOURCE_DIR + '/controller'
require SOURCE_DIR + '/custom_view'
require SOURCE_DIR + '/custom_window'

Expand Down Expand Up @@ -45,4 +44,4 @@ def on_bring_all_to_front(menu)

end

Application.new.start
Application.new.start
@@ -1,6 +1,5 @@
require 'hotcocoa'
SOURCE_DIR = File.expand_path(File.dirname(__FILE__))
require SOURCE_DIR + '/controller'
require SOURCE_DIR + '/custom_view_behaviors'
require SOURCE_DIR + '/custom_window_behaviors'

Expand Down Expand Up @@ -73,4 +72,4 @@ def on_bring_all_to_front(menu)

end

Application.new.start
Application.new.start

0 comments on commit c1c86f9

Please sign in to comment.