Skip to content

Commit

Permalink
file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanruys committed Feb 22, 2018
1 parent 9d37386 commit e9ece74
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion core/msgdataaccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using namespace std;


MsgDataAccess::MsgDataAccess() : npixperseg(0)
{
}
Expand Down
2 changes: 0 additions & 2 deletions core/msgdataaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#define MSGDATAACCESS_H

#include "msgdataaccess.h"
//#include <string>
//#include <vector>
#include <deque>
#include <MSG_data_image.h>
#include <QStringList>
Expand Down
1 change: 0 additions & 1 deletion core/msgfileaccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions core/msgfileaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class MsgFileAccess
QString epilogueFile() const;
QStringList segmentFiles() const;
QStringList globit(QString filepath, QString filepattern) const;



};

#endif

0 comments on commit e9ece74

Please sign in to comment.