summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/color.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 964e8ca8d157..27b63b178715 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -143,11 +143,10 @@ public:
}
/** Is the color transparent?
- * @returns true or false
*/
bool IsTransparent() const
{
- return (GetTransparency() != 0);
+ return GetTransparency() != 0;
}
/** Sets the red value.