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

Commit 75dc4811 authored by Austin Borger's avatar Austin Borger
Browse files

Remove unused imports from Camera.java

Test: Built locally
Change-Id: I1bff124990ff59c565fb789e811c0e71727adcb9
parent 68340f3c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -17,12 +17,7 @@
package android.hardware;

import static android.system.OsConstants.EACCES;
import static android.system.OsConstants.EBUSY;
import static android.system.OsConstants.EINVAL;
import static android.system.OsConstants.ENODEV;
import static android.system.OsConstants.ENOSYS;
import static android.system.OsConstants.EOPNOTSUPP;
import static android.system.OsConstants.EUSERS;

import android.annotation.Nullable;
import android.annotation.SdkConstant;