From 63104871f627c3eb53afd8d494652280c8bc1dde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 7 Jan 2014 12:21:21 +0100 Subject: [PATCH] Remove icon_max_size from the sample config --- sampleconfigs/config.sample.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sampleconfigs/config.sample.py b/sampleconfigs/config.sample.py index ec62d2e4..8b9e64a2 100644 --- a/sampleconfigs/config.sample.py +++ b/sampleconfigs/config.sample.py @@ -21,10 +21,6 @@ mvn3 = "mvn3" # Command for running Gradle (command or full path) gradle = "gradle" -# Max height and width (in pixels) for the icons in the repo -# This corresponds to 72x72 pixels, i.e. mdpi -icon_max_size = 72 - # Set the maximum age (in days) of an index that a client should accept from # this repo. Setting it to 0 or not setting it at all disables this # functionality. If you do set this to a non-zero value, you need to ensure -- 2.30.2