SVN commit 475560 by staikos: already done M +0 -2 kstvector.cpp --- trunk/extragear/graphics/kst/kst/kstvector.cpp #475559:475560 @@ -44,8 +44,6 @@ #define INITSIZE 1 -// FIXME: optimize scalar access - /** Create a vector */ KstVector::KstVector(const QString& name, int size, bool isScalarList) : KstObject(), _nsum(0), _scalars(isScalarList ? 0 : 11) {