aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-31 14:05:47 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-31 14:05:47 +0000
commit767839754f9fda66ea6076ddb8939618572bd1d1 (patch)
treede2f66f9d3eaaf92b9cbb1d70550b359069552cb /ide
parent0a4bbdc4c6fb31aad49690d526fb73b181491f96 (diff)
Remove some unnecessary (?) "open Ideutils"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13589 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/gtk_parsing.ml2
-rw-r--r--ide/undo.ml1
2 files changed, 0 insertions, 3 deletions
diff --git a/ide/gtk_parsing.ml b/ide/gtk_parsing.ml
index 39cf14d3a..c69f92e2d 100644
--- a/ide/gtk_parsing.ml
+++ b/ide/gtk_parsing.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Ideutils
-
let underscore = Glib.Utf8.to_unichar "_" ~pos:(ref 0)
let arobase = Glib.Utf8.to_unichar "@" ~pos:(ref 0)
diff --git a/ide/undo.ml b/ide/undo.ml
index 1b6beeb24..917fc8816 100644
--- a/ide/undo.ml
+++ b/ide/undo.ml
@@ -7,7 +7,6 @@
(************************************************************************)
open GText
-open Ideutils
type action =
| Insert of string * int * int (* content*pos*length *)
| Delete of string * int * int (* content*pos*length *)