summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/key_actor.rb')
-rw-r--r--lib/reline/key_actor.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/reline/key_actor.rb b/lib/reline/key_actor.rb
deleted file mode 100644
index ebe09d2009..0000000000
--- a/lib/reline/key_actor.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-module Reline::KeyActor
-end
-
-require 'reline/key_actor/base'
-require 'reline/key_actor/emacs'
-require 'reline/key_actor/vi_command'
-require 'reline/key_actor/vi_insert'