am 1125f89e: Merge "remove hack that hardcoded the refresh rate" into ics-mr1

* commit '1125f89e47b06b12a0e047d64f1ef953d0c48489':
  remove hack that hardcoded the refresh rate
This commit is contained in:
Mathias Agopian 2011-11-16 18:22:26 -08:00 committed by Android Git Automerger
commit ddca905c01

View File

@ -30,10 +30,6 @@ ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY -DNEVER_DEFAULT_TO_ASYNC_MODE
endif
ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro))
LOCAL_CFLAGS += -DREFRESH_RATE=59
endif
LOCAL_SHARED_LIBRARIES := \
libcutils \