From 70d700b26c13e04b601c4ac3db09514db473d01c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 19 Jan 2017 21:15:08 +0000 Subject: rationalise use of utils/utils.h header --- utils/utils.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'utils') diff --git a/utils/utils.h b/utils/utils.h index 855ef7fa3..6f2ee4599 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -29,14 +29,6 @@ #include #include -/** Rectangle coordinates */ -struct rect { - int x0, y0; /**< Top left */ - int x1, y1; /**< Bottom right */ -}; - -struct dirent; - #ifndef NOF_ELEMENTS #define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array))) #endif -- cgit v1.2.3