]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Remove various old deprecated things
[libs/gl.git] / source / texture3d.h
index 437c852ab92f943ed569de54eb4c61f6b34402bf..679b6a50ee609175c4725e4998a7aa5538b4f6bf 100644 (file)
@@ -71,7 +71,7 @@ public:
        height times its depth.
        
        Deprecated in favor of the base class version.*/
-       void load_image(const std::string &fn, int dp = -1);
+       DEPRECATED void load_image(const std::string &fn, int dp = -1);
 
        using Texture::load_image;