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

Commit 1d6c0e97 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter
Browse files

Remove unused DisplayInfo structure

Bug: 29044347
Change-Id: I5c2465719050c8727b0b48ef515ee79a24e3d65d
parent ebe3d7a2
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -137,15 +137,6 @@ public:

    void setVsyncEnabled(int32_t disp, HWC2::Vsync enabled);

    struct DisplayConfig {
        uint32_t width;
        uint32_t height;
        float xdpi;
        float ydpi;
        nsecs_t refresh;
        int colorTransform;
    };

    // Query display parameters.  Pass in a display index (e.g.
    // HWC_DISPLAY_PRIMARY).
    nsecs_t getRefreshTimestamp(int32_t disp) const;