cleanup redundant initialization code

This commit is contained in:
niki
2022-05-08 22:51:11 +02:00
parent c16c07780f
commit d0aaddfef6
3 changed files with 0 additions and 14 deletions
-7
View File
@@ -58,13 +58,6 @@ namespace love {
Graphics::Graphics() {
}
void Graphics::initVulkan() {
if (!init) {
init = true;
}
}
// START OVERRIDEN FUNCTIONS
love::graphics::Buffer* Graphics::newBuffer(const love::graphics::Buffer::Settings& settings, const std::vector<love::graphics::Buffer::DataDeclaration>& format, const void* data, size_t size, size_t arraylength) {