X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;h=c1bf8ed88bda2201b7ed3805435817227ac097b1;hb=5fa69268fa051ce8d74d30bb3d7eecc1b00cff15;hp=1fbcf4ee43044436a38cfdef6a2786762edd1ed6;hpb=4365124bd39bd6edbda6eaef64ec72a1a10565f8;p=libs%2Fgl.git diff --git a/source/core/texture3d.h b/source/core/texture3d.h index 1fbcf4ee..c1bf8ed8 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -24,7 +24,6 @@ public: private: void init(); - void raw_data(const std::string &); void storage(PixelFormat, unsigned, unsigned, unsigned); void storage_levels(PixelFormat, unsigned, unsigned, unsigned, unsigned); };