Mercurial > hg > octave-nkf
diff liboctave/cmd-hist.h @ 3522:bd422cf62f0c
[project @ 2000-02-02 06:29:21 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 06:32:04 +0000 |
parents | 957d7d6ab0e0 |
children | b3f20980be32 |
line wrap: on
line diff
--- a/liboctave/cmd-hist.h +++ b/liboctave/cmd-hist.h @@ -159,12 +159,8 @@ virtual void do_goto_mark (void); - virtual void do_read (bool); - virtual void do_read (const std::string&, bool); - virtual void do_read_range (int, int, bool); - virtual void do_read_range (const std::string&, int, int, bool); virtual void do_write (const std::string&);