mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:27:44 +00:00
LibGL: Remove superfluous AK::dbgln
alias
This commit is contained in:
parent
6318522339
commit
72ec2c21f4
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@
|
||||||
#include <LibSoftGPU/Device.h>
|
#include <LibSoftGPU/Device.h>
|
||||||
#include <LibSoftGPU/Enums.h>
|
#include <LibSoftGPU/Enums.h>
|
||||||
|
|
||||||
using AK::dbgln;
|
|
||||||
|
|
||||||
namespace GL {
|
namespace GL {
|
||||||
|
|
||||||
static constexpr size_t MODELVIEW_MATRIX_STACK_LIMIT = 64;
|
static constexpr size_t MODELVIEW_MATRIX_STACK_LIMIT = 64;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue