From cc88c8b9794d930b86664a7e70b00d1f0b6ca63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 25 Jan 2022 17:48:48 +0100 Subject: [PATCH] doc: minor OCD annoyance. --- doc/snippets/MagnumShaders-gl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/snippets/MagnumShaders-gl.cpp b/doc/snippets/MagnumShaders-gl.cpp index 3f15e727b..33ee36319 100644 --- a/doc/snippets/MagnumShaders-gl.cpp +++ b/doc/snippets/MagnumShaders-gl.cpp @@ -699,7 +699,6 @@ shader.setViewportSize(Vector2{GL::defaultFramebuffer.viewport().size()}) .setLineLength(0.3f) .draw(mesh); /* [MeshVisualizerGL3D-usage-tbn2] */ - } #endif #endif