From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/common/fonts.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 frontend/common/fonts.h (limited to 'frontend/common/fonts.h') diff --git a/frontend/common/fonts.h b/frontend/common/fonts.h deleted file mode 100644 index dbbdd4c..0000000 --- a/frontend/common/fonts.h +++ /dev/null @@ -1,4 +0,0 @@ - -extern unsigned char fontdata8x8[64*16]; -extern unsigned char fontdata6x8[256-32][8]; - -- cgit v1.2.3