summaryrefslogtreecommitdiff
path: root/src/gui/color.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-19 16:54:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-19 16:54:09 +0300
commit349038b1af02729ef04b546826138b432c8fa92e (patch)
treee78f1cffb7135f74304f15da00e54cb3e3d83b08 /src/gui/color.h
parent66effbbdc1ed9ead3727ccfe36e9cde3eca16a3c (diff)
downloadplus-349038b1af02729ef04b546826138b432c8fa92e.tar.gz
plus-349038b1af02729ef04b546826138b432c8fa92e.tar.bz2
plus-349038b1af02729ef04b546826138b432c8fa92e.tar.xz
plus-349038b1af02729ef04b546826138b432c8fa92e.zip
Improve color.
Diffstat (limited to 'src/gui/color.h')
-rw-r--r--src/gui/color.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/color.h b/src/gui/color.h
index db8fda970..bfa66b796 100644
--- a/src/gui/color.h
+++ b/src/gui/color.h
@@ -64,8 +64,6 @@
#ifndef GUI_COLOR_H
#define GUI_COLOR_H
-#include <iostream>
-
#include "localconsts.h"
/**
@@ -160,15 +158,6 @@ class Color final
bool operator!=(const Color& color) const;
/**
- * Output operator for output.
- *
- * @param out The stream to output to.
- * @param color The color to output.
- */
- friend std::ostream& operator<<(std::ostream& out,
- const Color& Color);
-
- /**
* Holds the red color component (range 0-255).
*/
unsigned int r;