From e6215e764bc149497ab5772d9ea136809d898993 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 8 Dec 2017 01:23:27 +0000 Subject: Improving api --- yage/core/spritebatch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'yage/core/spritebatch.h') diff --git a/yage/core/spritebatch.h b/yage/core/spritebatch.h index 9ec7cffb..d90d6d05 100644 --- a/yage/core/spritebatch.h +++ b/yage/core/spritebatch.h @@ -89,7 +89,6 @@ public: SpriteBatch &operator=(SpriteBatch &&) = delete; // initialize vaos and vbos - void init(); void begin(); void end(); -- cgit