X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.h;h=92dafc7142e31b980493cc20013725f73d29f3c3;hb=3a9ee749fbde41695d1b1a0804bbf63d76427b27;hp=674c778f9782116dce94ef4c663e1dda89931953;hpb=d2efbd8a32efa2a3ee8542efc846277af19d63e0;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index 674c778f..92dafc71 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -27,7 +27,6 @@ public: void raw_data(const std::string &); void storage(PixelFormat, unsigned, unsigned); - void storage_b(PixelFormat, unsigned, unsigned, unsigned); }; private: