OSDN Git Service

Remove unused DisplayInfo structure
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Tue, 21 Jun 2016 23:22:18 +0000 (17:22 -0600)
committerCourtney Goeltzenleuchter <courtneygo@google.com>
Mon, 11 Jul 2016 20:13:26 +0000 (14:13 -0600)
Bug: 29044347
Change-Id: I5c2465719050c8727b0b48ef515ee79a24e3d65d

services/surfaceflinger/DisplayHardware/HWComposer.h

index b88e250..1a2a153 100644 (file)
@@ -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;