diff --git a/Userland/Libraries/LibGL/SoftwareGLContext.cpp b/Userland/Libraries/LibGL/SoftwareGLContext.cpp index a6354ed227..5b2b0b1bea 100644 --- a/Userland/Libraries/LibGL/SoftwareGLContext.cpp +++ b/Userland/Libraries/LibGL/SoftwareGLContext.cpp @@ -20,8 +20,6 @@ #include #include -using AK::dbgln; - namespace GL { static constexpr size_t MODELVIEW_MATRIX_STACK_LIMIT = 64;