summaryrefslogtreecommitdiffstats
path: root/opengl/tests/hwc/hwcRects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/hwc/hwcRects.cpp')
-rw-r--r--opengl/tests/hwc/hwcRects.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/opengl/tests/hwc/hwcRects.cpp b/opengl/tests/hwc/hwcRects.cpp
index 9b57623..56c1a2a 100644
--- a/opengl/tests/hwc/hwcRects.cpp
+++ b/opengl/tests/hwc/hwcRects.cpp
@@ -204,7 +204,6 @@ main(int argc, char *argv[])
{
int rv, opt;
char *chptr;
- bool error;
string str;
char cmd[MAXCMD];
@@ -367,7 +366,6 @@ static Rectangle parseRect(string rectStr)
istringstream in(rectStr);
const struct hwcTestGraphicFormat *format;
Rectangle rect;
- struct hwc_rect hwcRect;
// Graphic Format
in >> str;