aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_ScriptView.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/wg_ScriptView.ml')
-rw-r--r--ide/wg_ScriptView.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/wg_ScriptView.ml b/ide/wg_ScriptView.ml
index 464f8f949..6d7dc6bcc 100644
--- a/ide/wg_ScriptView.ml
+++ b/ide/wg_ScriptView.ml
@@ -85,8 +85,6 @@ let rec negate_action act = match act with
type source_view = [ Gtk.text_view | `sourceview ] Gtk.obj
-module Proposals = Wg_Completion.Proposals
-
class undo_manager (buffer : GText.buffer) =
object(self)
val mutable lock_undo = true