# HG changeset patch # User Jaroslav Hajek # Date 1226481854 -3600 # Node ID eb0fb4a9859cf2b7676a3a9bb4de9d14e1b7ea58 # Parent 86bc7785bf8bb7c4a028b44632baefde25be54fb remove unimplemented method declaration diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-11-12 Jaroslav Hajek + + * DiagArray2.h (DiagArray2::maybe_delete_elements): Remove + declaration. + 2008-11-09 Jaroslav Hajek * oct-norm.cc: Don't include Array.cc. diff --git a/liboctave/DiagArray2.h b/liboctave/DiagArray2.h --- a/liboctave/DiagArray2.h +++ b/liboctave/DiagArray2.h @@ -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 transpose (void) const; DiagArray2 hermitian (T (*fcn) (const T&) = 0) const; };