# HG changeset patch # User jwe # Date 1136466282 0 # Node ID 79ec73a1ff15a1124f3a7423b9d2a6a9967abc95 # Parent b4cb3f93c1e10d9d7b3034559390e3f056dcf1fb [project @ 2006-01-05 13:04:42 by jwe] diff --git a/src/oct-stream.h b/src/oct-stream.h --- a/src/oct-stream.h +++ b/src/oct-stream.h @@ -591,8 +591,6 @@ // The actual representation of this stream. octave_base_stream *rep; - void invalid_stream_error (const std::string& who) const; - bool stream_ok (const std::string& who, bool clear = true) const { bool retval = true;