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

Commit 7e03ad3c authored by Tiger Huang's avatar Tiger Huang
Browse files

Remove system UI flag constants

They won't be used by anyone.

Bug: 149813814
Test: build and presubmit
Change-Id: I4deb099b8198e164fdc38c91774a84d2913a8f87
parent 63775069
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -140,14 +140,6 @@ enum {
/* Maximum number of controller LEDs we support */
/* Maximum number of controller LEDs we support */
#define MAX_CONTROLLER_LEDS 4
#define MAX_CONTROLLER_LEDS 4


/*
 * SystemUiVisibility constants from View.
 */
enum {
    ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE = 0,
    ASYSTEM_UI_VISIBILITY_STATUS_BAR_HIDDEN = 0x00000001,
};

/*
/*
 * Maximum number of pointers supported per motion event.
 * Maximum number of pointers supported per motion event.
 * Smallest number of pointers is 1.
 * Smallest number of pointers is 1.