about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-06 07:13:41 +0200
committerhut <hut@lavabit.com>2009-07-06 07:13:41 +0200
commitbc09d63e676b87953bf6c323a13c20736aad3d5d (patch)
treebc0c2e8e4f5d457b0e83c4659c156e40322589f2 /code
parentb1855df62ae954142ca7bbc5888212bc75081303 (diff)
downloadranger-bc09d63e676b87953bf6c323a13c20736aad3d5d.tar.gz
removed unused function
Diffstat (limited to 'code')
-rw-r--r--code/keys.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 86a6f235..e4f33e2d 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -489,23 +489,6 @@ module Fm
 		@buffer = '' unless @buffer == '' or @buffer =~ key_regexp
 	end
 	
-	def self.ascend(wait = false, all=false)
-		Directory.filter = nil
-		if all and !@marked.empty?
-			closei
-			system(*['mplayer', '-fs', *@marked.map{|x| x.path}])
-			starti
-			return true
-		else
-			cf = currentfile
-			enter = enter_dir_safely(cf.path)
-			unless enter
-				return Action.run(RunContext.new(getfiles))
-			end
-			return false
-		end
-	end
-
 	def self.descend
 		Directory.filter = nil
 		unless @path.size == 1