Skip to content

Commit 2657b89

Browse files
committed
Remove duplicate NEAREST_NEIGHBOR/BILINEAR/BICUBIC constants
1 parent 38da39f commit 2657b89

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Processing.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,10 +1389,7 @@ static constexpr int ENABLE_ASYNC_SAVEFRAME = -12;
13891389
static constexpr int NEAREST_NEIGHBOR = 0;
13901390
static constexpr int BILINEAR = 1;
13911391
static constexpr int BICUBIC = 2;
1392-
// Image interpolation modes
1393-
static constexpr int NEAREST_NEIGHBOR = 0;
1394-
static constexpr int BILINEAR = 1;
1395-
static constexpr int BICUBIC = 2;
1392+
13961393

13971394
// Cursor shapes (map to GLFW)
13981395
static constexpr int ARROW = GLFW_ARROW_CURSOR;

0 commit comments

Comments
 (0)