summaryrefslogtreecommitdiff
path: root/app/models/tournament.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/tournament.rb')
-rw-r--r--app/models/tournament.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/models/tournament.rb b/app/models/tournament.rb
index 73c8d93..822e641 100644
--- a/app/models/tournament.rb
+++ b/app/models/tournament.rb
@@ -26,14 +26,6 @@ class Tournament < ActiveRecord::Base
end
class Settings
- @vartypes = {
- :true_false => 0,
- :integer => 1,
- :string => 2,
- :select => 3,
- :range => 4
- }
-
def initialize(tournament)
@tournament = tournament
end