summaryrefslogtreecommitdiff
path: root/drmencoder.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-11-29 10:19:57 -0600
committerRob Herring <robh@kernel.org>2017-11-30 08:46:45 -0600
commit1b2685c848dc1249917c610a908ec8e88c30b360 (patch)
treeb31c035cd56f6efb0d4c72fd5a9421e179a04cbf /drmencoder.h
parent610d98990b9fee441e53476a94ee8e636096c120 (diff)
drm_hwcomposer: fix warnings on unused variables and parameters
AOSP master now builds by default with -Werror, so fix all the warnings. All the warnings are related to unused variables and parameters. Reviewed-by: Robert Foss <robert.foss@collabora.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drmencoder.h')
-rw-r--r--drmencoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drmencoder.h b/drmencoder.h
index ed3c21e..58ccbfb 100644
--- a/drmencoder.h
+++ b/drmencoder.h
@@ -45,8 +45,6 @@ class DrmEncoder {
uint32_t id_;
DrmCrtc *crtc_;
- uint32_t type_;
-
std::vector<DrmCrtc *> possible_crtcs_;
};
}