]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/bufferable.cpp
Remove some unused and unnecessary things
[libs/gl.git] / source / core / bufferable.cpp
index 24c0f2789f4bae1bf256237587509ff40c408e68..0a480e2527cfabbdf24241508d089acb5e8bd726 100644 (file)
@@ -114,7 +114,6 @@ void Bufferable::upload_data(char *target) const
        if(location_dirty)
        {
                buffer->require_size(offset+data_size);
-               location_changed(buffer, offset, data_size);
                location_dirty = false;
        }