summaryrefslogtreecommitdiff
path: root/include/shapes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shapes.h')
-rw-r--r--include/shapes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/shapes.h b/include/shapes.h
index 3fde097..50fb156 100644
--- a/include/shapes.h
+++ b/include/shapes.h
@@ -5,8 +5,6 @@ int lshapesSetShapesTexture( lua_State *L );
int lshapesDrawPixel( lua_State *L );
int lshapesDrawLine( lua_State *L );
int lshapesDrawLineBezier( lua_State *L );
-int lshapesDrawLineBezierQuad( lua_State *L );
-int lshapesDrawLineBezierCubic( lua_State *L );
int lshapesDrawLineStrip( lua_State *L );
int lshapesDrawCircle( lua_State *L );
int lshapesDrawCircleSector( lua_State *L );