Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1cef847 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SF] Delete unused NEVER_DEFAULT_TO_ASYNC_MODE"

parents 996d47e8 db910d49
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3230,9 +3230,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const
    result.append(" [sf");
    result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority);

#ifdef NEVER_DEFAULT_TO_ASYNC_MODE
    result.append(" NEVER_DEFAULT_TO_ASYNC_MODE");
#endif
    if (isLayerTripleBufferingDisabled())
        result.append(" DISABLE_TRIPLE_BUFFERING");
    result.append("]");
+0 −3
Original line number Diff line number Diff line
@@ -3002,9 +3002,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const
    result.append(" [sf");
    result.appendFormat(" HAS_CONTEXT_PRIORITY=%d", useContextPriority);

#ifdef NEVER_DEFAULT_TO_ASYNC_MODE
    result.append(" NEVER_DEFAULT_TO_ASYNC_MODE");
#endif
    if (isLayerTripleBufferingDisabled())
        result.append(" DISABLE_TRIPLE_BUFFERING");
    result.append("]");