]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/bufferable.h
Remove some unused and unnecessary things
[libs/gl.git] / source / core / bufferable.h
index b1d991fca5218cfd4a0cd1e7ee554d2920a02463..c40c891e3ce342edece4a1ebf5dca74c45c22693 100644 (file)
@@ -87,9 +87,6 @@ public:
        unsigned get_offset() const { return offset; }
 
 private:
-       /** Called when the target buffer or offset within it has changed. */
-       virtual void location_changed(Buffer *, unsigned, unsigned) const { }
-
        /** Uploads data to the buffer.  Receives pointer to mapped buffer memory as
        parameter, or null to use the buffer upload interface. */
        void upload_data(char *) const;