From c3c70a6c3ed34eb27019e44143202800094860c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sun, 28 Sep 2014 09:55:44 +0200 Subject: [PATCH] Removed obsolete thumbnail dimension configuration setting --- Makefile | 2 +- config.def.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 48ec0d8..fb01c20 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = git-20140927 +VERSION = git-20140928 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man diff --git a/config.def.h b/config.def.h index a22d177..6facb8e 100644 --- a/config.def.h +++ b/config.def.h @@ -50,12 +50,6 @@ static const bool ANTI_ALIAS = true; */ static const bool ALPHA_LAYER = false; -#endif -#ifdef _THUMBS_CONFIG - -/* default dimension of thumbnails (width == height): */ -enum { THUMB_SIZE = 60 }; - #endif #ifdef _MAPPINGS_CONFIG