Procházet zdrojové kódy

Removed obsolete thumbnail dimension configuration setting

master
Bert Münnich před 11 roky
rodič
revize
c3c70a6c3e
2 změnil soubory, kde provedl 1 přidání a 7 odebrání
  1. +1
    -1
      Makefile
  2. +0
    -6
      config.def.h

+ 1
- 1
Makefile Zobrazit soubor

@@ -1,4 +1,4 @@
VERSION = git-20140927
VERSION = git-20140928

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 0
- 6
config.def.h Zobrazit soubor

@@ -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



Načítá se…
Zrušit
Uložit