summaryrefslogtreecommitdiff
path: root/libkmstest/colorbar.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-02 22:19:51 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-03 16:59:19 +0300
commit4d1671bc8a3b429ac2c92969dd35ace75dbf8269 (patch)
treeedc41a0af273a961553f0324c7c84a74f894cdfc /libkmstest/colorbar.h
parent3a41b320210c974658b81a10fd6b7f0cb385679d (diff)
libkmstest: cleanup headers
Diffstat (limited to 'libkmstest/colorbar.h')
-rw-r--r--libkmstest/colorbar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libkmstest/colorbar.h b/libkmstest/colorbar.h
deleted file mode 100644
index a47d64d..0000000
--- a/libkmstest/colorbar.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-namespace kms
-{
-void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
-}