X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbufferable.h;h=c40c891e3ce342edece4a1ebf5dca74c45c22693;hp=b1d991fca5218cfd4a0cd1e7ee554d2920a02463;hb=f2bb1caa233930e1148613e9d5daa2c29b0fe271;hpb=5a3966187c59c8763b7109d252875939e70cc151 diff --git a/source/core/bufferable.h b/source/core/bufferable.h index b1d991fc..c40c891e 100644 --- a/source/core/bufferable.h +++ b/source/core/bufferable.h @@ -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;