1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

#ifdefe'd #include bench,h

This commit is contained in:
kojima
2000-01-14 23:48:13 +00:00
parent 18cbed4750
commit f316df83c9

View File

@@ -418,9 +418,6 @@ CLIST *contrib; /* array of contribution lists */
#define CLAMP(v,l,h) ((v)<(l) ? (l) : (v) > (h) ? (h) : v)
#include "bench.h"
RImage*
RSmoothScaleImage(RImage *src, unsigned new_width, unsigned new_height)
{