diff options
Diffstat (limited to 'graphics/scaler/scale3x.h')
-rw-r--r-- | graphics/scaler/scale3x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/scaler/scale3x.h b/graphics/scaler/scale3x.h index 671a207570..ad5604d086 100644 --- a/graphics/scaler/scale3x.h +++ b/graphics/scaler/scale3x.h @@ -38,4 +38,3 @@ void scale3x_16_def(scale3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* void scale3x_32_def(scale3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const scale3x_uint32* src1, const scale3x_uint32* src2, unsigned count); #endif - |