# HG changeset patch # User Rik # Date 1454980230 28800 # Node ID 6a73d6e3664701016c9cd9b1ce3c0ae8335aab47 # Parent d78e45987d6a6783d8cd82f599bb3c3552cbda2f maint: remove print_range() prototype (implementation removed in 2004). * Range.h (print_range): Remove prototype of non-existent function. diff -r d78e45987d6a -r 6a73d6e36647 liboctave/array/Range.h --- 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;