diff options
Diffstat (limited to 'src/libjin/graphics/je_texture.h')
-rw-r--r-- | src/libjin/graphics/je_texture.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libjin/graphics/je_texture.h b/src/libjin/graphics/je_texture.h index 6e14111..a99033f 100644 --- a/src/libjin/graphics/je_texture.h +++ b/src/libjin/graphics/je_texture.h @@ -20,23 +20,6 @@ namespace JinEngine class Texture : public Graphic { public: -/* - /// - /// - /// - static Texture* createTexture(const char* path); - - /// - /// - /// - static Texture* createTexture(Bitmap* bitmap); - - /// - /// - /// - static Texture* createTexture(); -*/ - /// /// /// |