avoid double registering of Mesh()

This commit is contained in:
Mathieu Virbel 2012-10-25 15:31:55 +02:00
parent e1a13842c4
commit af9f48b898
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ r('Rectangle', module='kivy.graphics.vertex_instructions')
r('BorderImage', module='kivy.graphics.vertex_instructions')
r('Ellipse', module='kivy.graphics.vertex_instructions')
r('Line', module='kivy.graphics.vertex_instructions')
r('Mesh', module='kivy.graphics.vertex_instructions')
r('Point', module='kivy.graphics.vertex_instructions')
r('Bezier', module='kivy.graphics.vertex_instructions')
r('Mesh', module='kivy.graphics.vertex_instructions')