about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/fm/fm.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index e5370c20..5033c161 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -7,18 +7,6 @@ OPTIONS = {
 	'filepreview' => true,
 }
 
-class Void
-	oldv, $-v = $-v, nil
-
-	for method in instance_methods
-		remove_method(method) rescue nil
-	end
-
-	def self.method_missing(*a) end
-
-	$-v = oldv
-end
-
 module Fm
 	extend self
 	COPY_PRIORITY = -2