SVN commit 1155106 by kuemmel: AsciiPlugin: simplify file code M +0 -1 asciisource.cpp --- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1155105:1155106 @@ -345,7 +345,6 @@ QFile file(_filename); if (!openValidFile(file)) { - _valid = false; return 0; }