]> git.tdb.fi Git - libs/gui.git/blobdiff - source/gbase/pixelformat.h
Consistently label the graphics part as graphics
[libs/gui.git] / source / gbase / pixelformat.h
diff --git a/source/gbase/pixelformat.h b/source/gbase/pixelformat.h
deleted file mode 100644 (file)
index 64b79ee..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef MSP_GBASE_PIXELFORMAT_H_
-#define MSP_GBASE_PIXELFORMAT_H_
-
-namespace Msp {
-namespace Graphics {
-
-enum PixelFormat
-{
-       COLOR_INDEX,
-       LUMINANCE,
-       LUMINANCE_ALPHA,
-       RGB,
-       RGBA,
-       BGR,
-       BGRA
-};
-
-} // namespace Graphics
-} // namespace Msp
-
-#endif