Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/p5.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 19:23:17 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 19:23:17 (GMT)
commit4f0e2e3f80442f3697ebad8cc3a55a844b81015c (patch)
treee8c5cbbbfb05226403746e35f45f5d079dde7267 /p5.py
parent713999337f755484a3231f6830bb24e85d4e1ab0 (diff)
ext not recognized correctly in gplay
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@832 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'p5.py')
-rwxr-xr-xp5.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/p5.py b/p5.py
index bd128e5..a0f43b8 100755
--- a/p5.py
+++ b/p5.py
@@ -153,11 +153,6 @@ class P5(gtk.DrawingArea):
ctx.fill()
- def loadImage(self, name):
- image = cairo.ImageSurface.create_from_png( name )
- return image
-
-
def background( self, ctx, col, w, h ):
self.setColor( ctx, col )