From 1f4e4d339c557477c0291f2e0596111fc65b7409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Wed, 28 Aug 2002 11:54:41 +0000 Subject: Reverted back to monospace again. Let's not rock the boat until people can change it themselves (i.e. loadable fonts). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2032 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index 5913faf..07b093e 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -41,9 +41,6 @@ ifeq ($(TARGET),-DARCHOS_RECORDER) SRC += $(wildcard recorder/*.c) CFLAGS += -Irecorder OUTNAME = ajbrec.ajz -ifneq (LOADABLE_FONTS,$(findstring LOADABLE_FONTS, $(CFLAGS))) - CFLAGS += -DLCD_PROPFONTS -endif else OUTNAME = archos.mod endif -- cgit v1.1