Index: djopt.c =================================================================== --- djopt.c (revision 26677) +++ djopt.c (revision 26678) @@ -256,11 +256,6 @@ return x > y ? x : y; } -static int djmin(int x, int y) -{ - return x < y ? x : y; -} - /* * Find distance between 2 points. We use floating point math here * because we can fairly easily overflow a 32 bit integer here. In