diff options
Diffstat (limited to 'Userland/Libraries/LibSoftGPU/Config.h')
-rw-r--r-- | Userland/Libraries/LibSoftGPU/Config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibSoftGPU/Config.h b/Userland/Libraries/LibSoftGPU/Config.h index 52bda0c8cf..c31f7a554a 100644 --- a/Userland/Libraries/LibSoftGPU/Config.h +++ b/Userland/Libraries/LibSoftGPU/Config.h @@ -15,7 +15,6 @@ namespace SoftGPU { static constexpr bool ENABLE_STATISTICS_OVERLAY = false; -static constexpr int RASTERIZER_BLOCK_SIZE = 8; static constexpr int NUM_SAMPLERS = 32; static constexpr int SUBPIXEL_BITS = 5; |