[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Fri Sep 5 20:38:07 CEST 2008
SVN commit 857568 by fenton:
Remove overlapping Assert.
M +0 -1 vectordialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/vectordialog.cpp #857567:857568
@@ -401,7 +401,6 @@
const qreal from = _vectorTab->from();
const qreal to = _vectorTab->to();
const int numberOfSamples = _vectorTab->numberOfSamples();
- Q_ASSERT(_document && _document->objectStore());
Q_ASSERT(_document && _document->objectStore());
GeneratedVectorPtr vector = _document->objectStore()->createObject<GeneratedVector>();
More information about the Kst
mailing list