From 3bb587f0d7c471a70683fa7d26939d21968dea98 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 2 Sep 2018 10:08:58 +0800 Subject: *update --- src/libjin/Graphics/Texture.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libjin/Graphics/Texture.h') diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h index 1e7a2f5..947021a 100644 --- a/src/libjin/Graphics/Texture.h +++ b/src/libjin/Graphics/Texture.h @@ -15,7 +15,6 @@ namespace graphics { public: - static Texture* createTexture(const char* file); static Texture* createTexture(const void* mem, size_t size); @@ -24,7 +23,6 @@ namespace graphics color getPixel(int x, int y); private: - Texture(); bool loadb(const void* buffer, size_t size); -- cgit v1.1-26-g67d0