changeset 21221:6a73d6e36647

maint: remove print_range() prototype (implementation removed in 2004). * Range.h (print_range): Remove prototype of non-existent function.
author Rik <rik@octave.org>
date Mon, 08 Feb 2016 17:10:30 -0800
parents d78e45987d6a
children f6aab24ed82e
files liboctave/array/Range.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/Range.h	Sun Feb 07 14:56:17 2016 -0500
+++ b/liboctave/array/Range.h	Mon Feb 08 17:10:30 2016 -0800
@@ -151,8 +151,6 @@
   friend OCTAVE_API Range operator * (double x, const Range& r);
   friend OCTAVE_API Range operator * (const Range& r, double x);
 
-  void print_range (void);
-
 private:
 
   double rng_base;