From 345012a7be42b678f28749a0e99e40cd81f77cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 23 Jan 2025 12:36:34 +0100 Subject: [PATCH] GL: extraneous newline. Seems like nobody touched this file since 2018, when it was moved from the base library to GL in 6d41597d1ddc815428c587c4eaa06e72bd60108f. --- src/Magnum/GL/BufferImage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/GL/BufferImage.cpp b/src/Magnum/GL/BufferImage.cpp index c77638ca4..2d66eddad 100644 --- a/src/Magnum/GL/BufferImage.cpp +++ b/src/Magnum/GL/BufferImage.cpp @@ -138,7 +138,6 @@ template void CompressedBufferImage::setData _dataSize = data.size(); } - template void CompressedBufferImage::setData(const CompressedPixelStorage storage, const Magnum::CompressedPixelFormat format, const VectorTypeFor& size, const Containers::ArrayView data, const BufferUsage usage) { setData(storage, compressedPixelFormat(format), size, data, usage); }