From ac972dd62afdd87952e6902bfc0847ce64fcc94f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 18 Feb 2016 06:40:05 +0100 Subject: [PATCH] [mod] remove useless code --- prosopopee/prosopopee.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 779eb7e..6b9b889 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -13,9 +13,6 @@ index_template = templates.get_template("index.html") gallery_index_template = templates.get_template("gallery-index.html") page_template = templates.get_template("page.html") -DEFAULT_GM_QUALITY = 75 -DEFAULT_GM_AUTOORIENT = False - gm_settings = { "quality" : 75, "auto-orient" : True