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

Commit 4d9e8e53 authored by Giulio Cervera's avatar Giulio Cervera
Browse files

Remove double qcom ifdef

Change-Id: Ia3957c3a841d051207faa41113c53911af431cb6
parent 321680d7
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -807,7 +807,6 @@ status_t SurfaceTexture::performQcomOperation(int operation, int arg1, int arg2,
     ST_LOGV("SurfaceTexture::performQcomOperation operation=%d", operation);

     switch(operation) {
#ifdef QCOM_HARDWARE
        case NATIVE_WINDOW_SET_BUFFERS_SIZE:
            mReqSize = arg1;
            break;
@@ -816,7 +815,6 @@ status_t SurfaceTexture::performQcomOperation(int operation, int arg1, int arg2,
            mNextBufferInfo.height = arg2;
            mNextBufferInfo.format = arg3;
            break;
#endif
        default: return BAD_VALUE;
     };
     return OK;