Skip to content

Commit f98ab8b

Browse files
committed
remove hack that hardcoded the refresh rate
Change-Id: Ibdd40b337c547e80ef8541856015f1380c8d58ed
1 parent bd78368 commit f98ab8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/surfaceflinger/Android.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
3030
LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY -DNEVER_DEFAULT_TO_ASYNC_MODE
3131
endif
3232

33-
ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro))
34-
LOCAL_CFLAGS += -DREFRESH_RATE=59
35-
endif
36-
3733

3834
LOCAL_SHARED_LIBRARIES := \
3935
libcutils \

0 commit comments

Comments
 (0)