diff options
| -rw-r--r-- | ide/gtk_parsing.ml | 2 | ||||
| -rw-r--r-- | ide/undo.ml | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ide/gtk_parsing.ml b/ide/gtk_parsing.ml index 39cf14d3af..c69f92e2dd 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 1b6beeb243..917fc88160 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 *) |
