Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-11 12:16:45 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-14 11:00:09 (GMT)
commit0c5d4d132afa30c8131d87fa3bac2dd0b3caea64 (patch)
tree6f52392a2409b09654f286bbe811c67c22463c84
parent3d0a4af58b4513ebe9b867b279d3ff7bd71a3e63 (diff)
Remove unusued cache
-rw-r--r--svgcard.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/svgcard.py b/svgcard.py
index 60156c8..51e1296 100644
--- a/svgcard.py
+++ b/svgcard.py
@@ -63,8 +63,6 @@ class SvgCard(Gtk.EventBox):
'opacity': '1'}
default_props['front_text'] = {'text_color': '#ffffff'}
- cache = {}
-
def __init__(self, identifier, pprops, jpeg, size,
align, bg_color='#000000', font_name=model.DEFAULT_FONT):
Gtk.EventBox.__init__(self)