LibSoftGPU: Remove unused vector types from Device

This commit is contained in:
Jelle Raaijmakers 2022-03-10 20:42:57 +01:00 committed by Andreas Kling
parent 2632f6ae65
commit 20a5a4363c
Notes: sideshowbarker 2024-07-17 17:33:19 +09:00

View File

@ -30,9 +30,6 @@ static long long g_num_sampler_calls;
static long long g_num_stencil_writes;
static long long g_num_quads;
using IntVector2 = Gfx::Vector2<int>;
using IntVector3 = Gfx::Vector3<int>;
using AK::SIMD::any;
using AK::SIMD::exp;
using AK::SIMD::expand4;