summaryrefslogtreecommitdiff
path: root/src/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-08 18:21:24 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-08 18:21:31 +0200
commitae92f24aef30140e85a44bb179a55af02b33eb3c (patch)
tree27f0d11bc618519cf8ad4be97f18394838de9912 /src/types.cc
parent20b6a9862bbde42e9ce038b33ec049194a8146a5 (diff)
Cleanup: make some default constructors more consistent.v1.8.75
Diffstat (limited to 'src/types.cc')
-rw-r--r--src/types.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.cc b/src/types.cc
index 9b868197..e2e72ad1 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -109,12 +109,6 @@ dcp::operator!= (Fraction const & a, Fraction const & b)
}
-Colour::Colour ()
-{
-
-}
-
-
Colour::Colour (int r_, int g_, int b_)
: r (r_)
, g (g_)