Skip to content

Commit 0604b3c

Browse files
committed
Remove usage of TextMate.min_support
This is being removed from the support libraries.
1 parent 8f48435 commit 0604b3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Support/lib/as3/source_tools.rb

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ def self.search_project_paths(word)
3535
best_paths = []
3636
package_paths = []
3737

38-
begin
39-
TextMate.min_support(11850) #Actually we need > 11850 but I'm waiting for Allan to bump it up.
40-
rescue SystemExit => e
41-
TextMate.exit_discard
42-
end
43-
4438
# Collect all .as and .mxml files with a filename that contains the search
4539
# term. When used outside a project this step is skipped.
4640
TextMate.each_text_file_in_project do |file|

0 commit comments

Comments
 (0)