aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_ScriptView.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-20 11:15:26 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-20 11:15:26 +0000
commit2d4b9ba3317a11c6af2ad783bfb2a08e7123ac6d (patch)
tree1a210413dce6c41ed86cc40a588099ce38a4e6b8 /ide/wg_ScriptView.ml
parenta07359f69a6eb4167aeddd1bf2710c09f570ed39 (diff)
Adding scrollbars to CoqIDE autocompletion
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16224 85f007b7-540e-0410-9357-904b9bb8a0f7
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