diff options
Diffstat (limited to 'client/yuv_draw.cc')
-rw-r--r-- | client/yuv_draw.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/yuv_draw.cc b/client/yuv_draw.cc index 74f8dcf..7cc2f4c 100644 --- a/client/yuv_draw.cc +++ b/client/yuv_draw.cc @@ -24,8 +24,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "config.h" -#ifdef USE_GUI #include "yuv_draw.h" #include <string.h> @@ -238,5 +236,3 @@ typedef struct{ Uint32 hw_overlay:1; } SDL_Overlay; */ - -#endif/*USE_GUI*/ |