Remove useless option "profile applies gamma"

see issue 985
This commit is contained in:
Oliver Duis
2011-09-11 22:05:18 +02:00
commit e2e3b7cc01
740 changed files with 154684 additions and 0 deletions

7
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 300
#endif