From 05f9224fcc4e8b518cbb4eef1cac514b702f0f6d Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Thu, 18 Feb 2016 15:54:24 +0100 Subject: [PATCH] [fix] remove unused properties --- prosopopee/prosopopee.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 7c131b8..4db98c2 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -40,14 +40,6 @@ class Image(object): def name(self): return self.options["name"] - @property - def quality(self): - return self.options["quality"] - - @property - def autoorient(self): - return self.options["auto-orient"] - def gm(self, source, target, options): if CACHE.needs_to_be_generated(source, target, options): gm_switches = {