Move badpixel code to own compilation unit

This commit is contained in:
heckflosse
2019-06-10 16:40:44 +02:00
parent f0d32c1da7
commit fe16bf7917
8 changed files with 697 additions and 643 deletions

View File

@@ -86,7 +86,6 @@ public:
protected:
typedef std::multimap<std::string, ffInfo> ffList_t;
typedef std::map<std::string, std::list<badPix> > bpList_t;
ffList_t ffList;
bool initialized;
Glib::ustring currentPath;