Locallab cleanup n°3

Cleanup of Preferences
This commit is contained in:
Pandagrapher
2018-09-25 21:18:42 +02:00
parent cafe48b87a
commit 9930222c9d
5 changed files with 1 additions and 90 deletions

View File

@@ -68,8 +68,6 @@ enum ThFileType {FT_Invalid = -1, FT_None = 0, FT_Raw = 1, FT_Jpeg = 2, FT_Tiff
enum PPLoadLocation {PLL_Cache = 0, PLL_Input = 1};
enum CPBKeyType {CPBKT_TID = 0, CPBKT_NAME = 1, CPBKT_TID_NAME = 2};
enum prevdemo_t {PD_Sidecar = 1, PD_Fast = 0};
enum mip_t {MI_prev = 0, MI_opt = 1};
enum locaaju_t {lo_std = 0, lo_enh = 1, lo_enhde = 2};
class Options
{
@@ -266,7 +264,6 @@ public:
int curvebboxpos; // 0=above, 1=right, 2=below, 3=left
bool showFilmStripToolBar;
bool showdelimspot;
// cropping options
int cropPPI;
@@ -283,8 +280,6 @@ public:
bool filledProfile; // Used as reminder for the ProfilePanel "mode"
prevdemo_t prevdemo; // Demosaicing method used for the <100% preview
bool serializeTiffRead;
mip_t mip; // MIP
locaaju_t locaaju;
bool menuGroupRank;
bool menuGroupLabel;