diff options
Diffstat (limited to 'src/gui/color.h')
-rw-r--r-- | src/gui/color.h | 11 |
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; |