Remove empty format.c/h.

This commit is contained in:
Kim Woelders 2013-08-06 08:15:30 +02:00
parent 7e513f5b87
commit c10f5a4fa5
3 changed files with 0 additions and 6 deletions

View File

@ -39,8 +39,6 @@ font_draw.c \
font_load.c \
font_main.c \
font_query.c \
format.c \
format.h \
grab.c \
grab.h \
grad.c \

View File

@ -1 +0,0 @@
#include "format.h"

View File

@ -1,3 +0,0 @@
#ifndef __FORMAT
#define __FORMAT 1
#endif