diff options
Diffstat (limited to 'hwc3/ComposerClient.h')
-rw-r--r-- | hwc3/ComposerClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hwc3/ComposerClient.h b/hwc3/ComposerClient.h index e10e3b6..9e85396 100644 --- a/hwc3/ComposerClient.h +++ b/hwc3/ComposerClient.h @@ -136,7 +136,6 @@ private: IComposerHal* mHal; std::unique_ptr<IResourceManager> mResources; - std::unique_ptr<ComposerCommandEngine> mCommandEngine; std::function<void()> mOnClientDestroyed; std::unique_ptr<HalEventCallback> mHalEventCallback; }; |