summaryrefslogtreecommitdiff
path: root/dmagick/DrawingContext.d
diff options
context:
space:
mode:
authorMike Wey2014-08-07 19:43:16 +0200
committerMike Wey2014-08-07 19:43:16 +0200
commit5d7d16070fbff9dfcbae668681bd528467aa26eb (patch)
tree45171b2c471d9df68118efa59c7679d6e98f4af9 /dmagick/DrawingContext.d
parentd5eae0ce6534bbadf98ba8a3e4e767740e7ad150 (diff)
Fix statement not reachable warnings.
Diffstat (limited to 'dmagick/DrawingContext.d')
-rw-r--r--dmagick/DrawingContext.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmagick/DrawingContext.d b/dmagick/DrawingContext.d
index 78bbba7..1d9a285 100644
--- a/dmagick/DrawingContext.d
+++ b/dmagick/DrawingContext.d
@@ -302,7 +302,6 @@ class DrawingContext
case DecorationType.UndefinedDecoration:
throw new DrawException("Undefined Decoration");
- break;
}
}