Skip to content

Commit 1125f89

Browse files
pixelflingerAndroid (Google) Code Review
authored andcommitted
Merge "remove hack that hardcoded the refresh rate" into ics-mr1
2 parents 4fdfdee + f98ab8b commit 1125f89

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)