Remove rogue declaration

This commit is contained in:
Josiah VanderZee 2024-04-18 12:22:22 -05:00
parent d423194e61
commit 7953222ddd
1 changed files with 0 additions and 5 deletions

View File

@ -322,11 +322,6 @@ struct SSkinMeshBuffer : public IMeshBuffer
}
}
//! NOT IMPLEMENTED YET: append the meshbuffer to the current buffer
void append(const IMeshBuffer* const other) override {
throw std::logic_error("not implemented yet");
}
//! get the current hardware mapping hint for vertex buffers
E_HARDWARE_MAPPING getHardwareMappingHint_Vertex() const override
{