Skip to content

Commit

Permalink
Remove usage of TextMate.min_support
Browse files Browse the repository at this point in the history
This is being removed from the support libraries.
  • Loading branch information
infininight committed Aug 30, 2016
1 parent 8f48435 commit 0604b3c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Support/lib/as3/source_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ def self.search_project_paths(word)
best_paths = []
package_paths = []

begin
TextMate.min_support(11850) #Actually we need > 11850 but I'm waiting for Allan to bump it up.
rescue SystemExit => e
TextMate.exit_discard
end

# Collect all .as and .mxml files with a filename that contains the search
# term. When used outside a project this step is skipped.
TextMate.each_text_file_in_project do |file|
Expand Down

0 comments on commit 0604b3c

Please sign in to comment.