[fix] remove unused properties
This commit is contained in:
parent
ed8822ee14
commit
05f9224fcc
@ -40,14 +40,6 @@ class Image(object):
|
|||||||
def name(self):
|
def name(self):
|
||||||
return self.options["name"]
|
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):
|
def gm(self, source, target, options):
|
||||||
if CACHE.needs_to_be_generated(source, target, options):
|
if CACHE.needs_to_be_generated(source, target, options):
|
||||||
gm_switches = {
|
gm_switches = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user