aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Command.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-02 18:33:01 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-02 18:33:01 +0000
commitc9d0def2241f020070a41551ef9700b8cc345e53 (patch)
treeed479762608c96b676f7e65eef003311de565584 /ide/wg_Command.mli
parentd7a2b59e79c79d13f0146c40076ff80835b3c49f (diff)
Removed the useless use of a reference in preference handling.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15271 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/wg_Command.mli')
-rw-r--r--ide/wg_Command.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_Command.mli b/ide/wg_Command.mli
index c34b6cf67..c1af68323 100644
--- a/ide/wg_Command.mli
+++ b/ide/wg_Command.mli
@@ -7,7 +7,7 @@
(************************************************************************)
class command_window :
- Coq.coqtop ref -> Preferences.pref ref ->
+ Coq.coqtop ref ->
object
method new_command : ?command:string -> ?term:string -> unit -> unit
method frame : GBin.frame