Removed obsolete thumbnail dimension configuration setting
This commit is contained in:
parent
7b91e10f22
commit
c3c70a6c3e
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = git-20140927
|
VERSION = git-20140928
|
||||||
|
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
|
@ -50,12 +50,6 @@ static const bool ANTI_ALIAS = true;
|
||||||
*/
|
*/
|
||||||
static const bool ALPHA_LAYER = false;
|
static const bool ALPHA_LAYER = false;
|
||||||
|
|
||||||
#endif
|
|
||||||
#ifdef _THUMBS_CONFIG
|
|
||||||
|
|
||||||
/* default dimension of thumbnails (width == height): */
|
|
||||||
enum { THUMB_SIZE = 60 };
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef _MAPPINGS_CONFIG
|
#ifdef _MAPPINGS_CONFIG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue