diff --git a/core/msgdataaccess.cpp b/core/msgdataaccess.cpp index 9cb8fc9..4e5c48f 100644 --- a/core/msgdataaccess.cpp +++ b/core/msgdataaccess.cpp @@ -6,7 +6,6 @@ using namespace std; - MsgDataAccess::MsgDataAccess() : npixperseg(0) { } diff --git a/core/msgdataaccess.h b/core/msgdataaccess.h index 9ca225f..0875987 100644 --- a/core/msgdataaccess.h +++ b/core/msgdataaccess.h @@ -2,8 +2,6 @@ #define MSGDATAACCESS_H #include "msgdataaccess.h" -//#include -//#include #include #include #include diff --git a/core/msgfileaccess.cpp b/core/msgfileaccess.cpp index 9b96222..9db7d5a 100644 --- a/core/msgfileaccess.cpp +++ b/core/msgfileaccess.cpp @@ -25,7 +25,6 @@ static QString deunderscore(const QString str) return str.mid(0, pos + 1); } -// dir/res:prodid1:prodid2:time bool isValid(const QString filename) { if (filename.size() < 3) return false; diff --git a/core/msgfileaccess.h b/core/msgfileaccess.h index 9a0ae32..a875f32 100644 --- a/core/msgfileaccess.h +++ b/core/msgfileaccess.h @@ -31,9 +31,6 @@ class MsgFileAccess QString epilogueFile() const; QStringList segmentFiles() const; QStringList globit(QString filepath, QString filepattern) const; - - - }; #endif