From 50718ac7a98462bd4c7718b334cdbc198f276652 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sat, 17 Nov 2018 15:19:19 -0600 Subject: [PATCH] Remove unused functions in xbrz.cpp. --- filter/xbrz.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filter/xbrz.cpp b/filter/xbrz.cpp index d439389d..2f6b4b01 100644 --- a/filter/xbrz.cpp +++ b/filter/xbrz.cpp @@ -322,19 +322,19 @@ DEF_GETTER(g) DEF_GETTER(h) DEF_GETTER(i) #undef DEF_GETTER #define DEF_GETTER(x, y) template <> inline uint32_t get_##x(const Kernel_3x3& ker) { return ker.y; } -DEF_GETTER(a, g) DEF_GETTER(b, d) DEF_GETTER(c, a) + DEF_GETTER(b, d) DEF_GETTER(c, a) DEF_GETTER(d, h) DEF_GETTER(e, e) DEF_GETTER(f, b) DEF_GETTER(g, i) DEF_GETTER(h, f) DEF_GETTER(i, c) #undef DEF_GETTER #define DEF_GETTER(x, y) template <> inline uint32_t get_##x(const Kernel_3x3& ker) { return ker.y; } -DEF_GETTER(a, i) DEF_GETTER(b, h) DEF_GETTER(c, g) + DEF_GETTER(b, h) DEF_GETTER(c, g) DEF_GETTER(d, f) DEF_GETTER(e, e) DEF_GETTER(f, d) DEF_GETTER(g, c) DEF_GETTER(h, b) DEF_GETTER(i, a) #undef DEF_GETTER #define DEF_GETTER(x, y) template <> inline uint32_t get_##x(const Kernel_3x3& ker) { return ker.y; } -DEF_GETTER(a, c) DEF_GETTER(b, f) DEF_GETTER(c, i) + DEF_GETTER(b, f) DEF_GETTER(c, i) DEF_GETTER(d, b) DEF_GETTER(e, e) DEF_GETTER(f, h) DEF_GETTER(g, a) DEF_GETTER(h, d) DEF_GETTER(i, g) #undef DEF_GETTER