build/Makefile.project
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 25 9ac0a0a7da70
--- a/build/Makefile.project	Fri Apr 30 10:40:48 2010 +0300
+++ b/build/Makefile.project	Tue May 11 16:07:20 2010 +0300
@@ -166,16 +166,6 @@
   PROJECT_DEFINES += RD_JAVA_NGA_ENABLED
 endif
 
-# Uiaccelerator AlfDrawer is supported since 9.2
-ifndef RD_JAVA_S60_RELEASE_5_0
-  ifneq ($(wildcard $(EPOCROOT)epoc32/include/platform/mw/alf/alfdrawer.h),)
-    RD_JAVA_UI_ALFDRAWER_ENABLED = 1
-  endif
-endif
-ifdef RD_JAVA_UI_ALFDRAWER_ENABLED
-  PROJECT_DEFINES += RD_JAVA_UI_ALFDRAWER_ENABLED
-endif
-
 # Check if USIF is supported
 ifneq ($(wildcard $(EPOCROOT:\=/)epoc32/include/mw/usif/scr/scr.h),)
   RD_JAVA_USIF_ENABLED = 1