diff dwt/internal/image/PngHuffmanTable.d @ 6:b903c16b6f48

Removed throws decls
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:10:03 +0200
parents 1a8b3cb347e0
children 5123b17c98ef
line wrap: on
line diff
--- a/dwt/internal/image/PngHuffmanTable.d	Wed Aug 27 14:02:31 2008 +0200
+++ b/dwt/internal/image/PngHuffmanTable.d	Wed Aug 27 14:10:03 2008 +0200
@@ -91,7 +91,7 @@
     }
 }
 
-int getNextValue(PngDecodingDataStream stream) throws IOException {
+int getNextValue(PngDecodingDataStream stream) {
     int code = stream.getNextIdatBit();
     int codelength = 0;