Message ID | 1488984275-8428-4-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, 2017-03-08 at 16:44 +0200, Petri Latvala wrote: > Unused since 99bdf4f0ff3e ("tests/testdisplay: Use cairo helpers to > draw to plane") > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com> > --- > tests/testdisplay.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/testdisplay.c b/tests/testdisplay.c > index a974f42..f2a41fa 100644 > --- a/tests/testdisplay.c > +++ b/tests/testdisplay.c > @@ -96,7 +96,6 @@ unsigned int plane_fb_id; > unsigned int plane_crtc_id; > unsigned int plane_id; > int plane_width, plane_height; > -static const uint32_t SPRITE_COLOR_KEY = 0x00aaaaaa; > > /* > * Mode setting with the kernel interfaces is a bit of a chore.
diff --git a/tests/testdisplay.c b/tests/testdisplay.c index a974f42..f2a41fa 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -96,7 +96,6 @@ unsigned int plane_fb_id; unsigned int plane_crtc_id; unsigned int plane_id; int plane_width, plane_height; -static const uint32_t SPRITE_COLOR_KEY = 0x00aaaaaa; /* * Mode setting with the kernel interfaces is a bit of a chore.
Unused since 99bdf4f0ff3e ("tests/testdisplay: Use cairo helpers to draw to plane") Signed-off-by: Petri Latvala <petri.latvala@intel.com> --- tests/testdisplay.c | 1 - 1 file changed, 1 deletion(-)