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

Commit 806de5b1 authored by Romain Guy's avatar Romain Guy
Browse files

Remove unused constant.

Change-Id: I02e8f76cc1406e693f822822808b3485d2158884
parent 7275290a
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -206818,17 +206818,6 @@
 visibility="public"
>
</field>
<field name="FEATURE_HARDWARE_ACCELERATED"
 type="int"
 transient="false"
 volatile="false"
 value="11"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="FEATURE_INDETERMINATE_PROGRESS"
 type="int"
 transient="false"
+0 −4
Original line number Diff line number Diff line
@@ -78,10 +78,6 @@ public abstract class Window {
     * If overlay is enabled, the action mode UI will be allowed to cover existing window content.
     */
    public static final int FEATURE_ACTION_MODE_OVERLAY = 10;
    /**
     * Flag for requesting this window to be hardware accelerated, if possible. 
     */
    public static final int FEATURE_HARDWARE_ACCELERATED = 11;
    /** Flag for setting the progress bar's visibility to VISIBLE */
    public static final int PROGRESS_VISIBILITY_ON = -1;
    /** Flag for setting the progress bar's visibility to GONE */