[ION] Delete useless file

This commit is contained in:
Romain Goyet
2015-09-01 22:47:19 +02:00
parent 780f6ff31f
commit b77627fdb9
2 changed files with 1 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
SFLAGS += -Iion/include -DKD_CONFIG_H=1
include ion/platform/$(PLATFORM)/Makefile
objs += $(addprefix ion/src/, ion.o)
#objs += $(addprefix ion/src/, ion.o)

View File

@@ -1,6 +0,0 @@
#include <ion.h>
void * ion_framebuffer_address = 0;
uint16_t ion_framebuffer_width = 0;
uint16_t ion_framebuffer_height = 0;
uint8_t ion_framebuffer_bits_per_pixel = 0;