Merge branch 'master' into clang-tidy

This commit is contained in:
Flössie
2016-10-18 17:48:50 +02:00
85 changed files with 6870 additions and 2817 deletions

View File

@@ -32,8 +32,6 @@ protected:
ColorTemp wb;
ProgressListener* plistener;
bool full;
float** hrmap[3];
char** needhr;
int max[3];
bool rgbSourceModified;
@@ -66,7 +64,7 @@ public:
}
void getFullSize (int& w, int& h, int tr = TR_NONE);
void getSize (int tran, PreviewProps pp, int& w, int& h);
void getSize (PreviewProps pp, int& w, int& h);
ImageData* getImageData ()
{