changeset 5588:79ec73a1ff15

[project @ 2006-01-05 13:04:42 by jwe]
author jwe
date Thu, 05 Jan 2006 13:04:42 +0000
parents b4cb3f93c1e1
children f812a0680d05
files src/oct-stream.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;