From 89e1aad897c07c0fc1e427d5970889172177808a Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 7 Nov 2022 11:28:52 -0800 Subject: Removed an obsolete \warning. --- src/Fl_Int_Vector.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Fl_Int_Vector.cxx b/src/Fl_Int_Vector.cxx index 0815661dc..256be4a87 100644 --- a/src/Fl_Int_Vector.cxx +++ b/src/Fl_Int_Vector.cxx @@ -40,10 +40,6 @@ Fl_Int_Vector::~Fl_Int_Vector() { Shrinking truncates the array and frees memory of truncated elements. Enlarging creates new elements that are zero in value. - - \warning - Only currently advised use is to shrink the array size, i.e. (count < size()), - since assignment via index (e.g. v[x] = 123) is not yet supported. */ void Fl_Int_Vector::size(unsigned int count) { if (count == 0) { // zero? special case frees memory -- cgit v1.2.3