changeset 8314:eb0fb4a9859c

remove unimplemented method declaration
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 12 Nov 2008 10:24:14 +0100
parents 86bc7785bf8b
children e9687c313d5f
files liboctave/ChangeLog liboctave/DiagArray2.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Nov 11 22:06:43 2008 +0100
+++ b/liboctave/ChangeLog	Wed Nov 12 10:24:14 2008 +0100
@@ -1,3 +1,8 @@
+2008-11-12  Jaroslav Hajek <highegg@gmail.com>
+
+	* DiagArray2.h (DiagArray2<T>::maybe_delete_elements): Remove
+	declaration.
+
 2008-11-09  Jaroslav Hajek <highegg@gmail.com>
 
 	* oct-norm.cc: Don't include Array.cc.  
--- a/liboctave/DiagArray2.h	Tue Nov 11 22:06:43 2008 +0100
+++ b/liboctave/DiagArray2.h	Wed Nov 12 10:24:14 2008 +0100
@@ -179,8 +179,6 @@
   void resize (octave_idx_type n, octave_idx_type m);
   void resize (octave_idx_type n, octave_idx_type m, const T& val);
 
-  void maybe_delete_elements (idx_vector& i, idx_vector& j);
-
   DiagArray2<T> transpose (void) const;
   DiagArray2<T> hermitian (T (*fcn) (const T&) = 0) const;
 };