summaryrefslogtreecommitdiff
path: root/libkms++/extframebuffer.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-24 21:35:46 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-24 21:35:46 +0200
commit6ae292cc726b37805424b71ea68be6022289a6b2 (patch)
tree62f08d402d0854de91c897e33ecd72e5bcef0d6a /libkms++/extframebuffer.h
parent8727f2651163832bba759fc069ced64625d4f03f (diff)
fix a few cppcheck warnings
Diffstat (limited to 'libkms++/extframebuffer.h')
-rw-r--r--libkms++/extframebuffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libkms++/extframebuffer.h b/libkms++/extframebuffer.h
index b83bbd5..8c17a29 100644
--- a/libkms++/extframebuffer.h
+++ b/libkms++/extframebuffer.h
@@ -15,8 +15,5 @@ public:
virtual ~ExtFramebuffer();
private:
- uint32_t m_pitch;
- uint32_t m_bpp;
- uint32_t m_depth;
};
}