LibGL: Remove superfluous AK::dbgln alias

This commit is contained in:
Jelle Raaijmakers 2022-01-23 22:06:11 +01:00 committed by Linus Groh
parent 6318522339
commit 72ec2c21f4
Notes: sideshowbarker 2024-07-17 18:23:43 +09:00

View file

@ -20,8 +20,6 @@
#include <LibSoftGPU/Device.h>
#include <LibSoftGPU/Enums.h>
using AK::dbgln;
namespace GL {
static constexpr size_t MODELVIEW_MATRIX_STACK_LIMIT = 64;