summaryrefslogtreecommitdiff
path: root/libkmstest/kmstest.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-18 22:47:36 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-18 22:49:04 +0200
commit7e8505c003c49898e6c668f070c579c8c03080f0 (patch)
treedf995cea907a283b8665e924dc037414300fa3fd /libkmstest/kmstest.h
parenta98cff43a2eeec8bcbca7cfbe97dad9f3b2d3ce4 (diff)
kmstest: remove unused color_convert
Diffstat (limited to 'libkmstest/kmstest.h')
-rw-r--r--libkmstest/kmstest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libkmstest/kmstest.h b/libkmstest/kmstest.h
index a77f0ff..530c160 100644
--- a/libkmstest/kmstest.h
+++ b/libkmstest/kmstest.h
@@ -4,7 +4,6 @@ namespace kms
{
class DumbFramebuffer;
-void color_convert(DumbFramebuffer& dst, const DumbFramebuffer &src);
void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
void draw_test_pattern(DumbFramebuffer& fb);
}