diff --git a/kivy/factory_registers.py b/kivy/factory_registers.py index 1afdfbc1c..f75bd8aa4 100644 --- a/kivy/factory_registers.py +++ b/kivy/factory_registers.py @@ -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')