comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/WinICOFileFormat.d @ 6:f36c67707cb3

Removed import to tango.core.Exception
author Frank Benoit <benoit@tionex.de>
date Thu, 05 Mar 2009 00:18:47 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
5:daf5407a1394 6:f36c67707cb3
16 import org.eclipse.swt.graphics.PaletteData; 16 import org.eclipse.swt.graphics.PaletteData;
17 import org.eclipse.swt.internal.image.WinBMPFileFormat; 17 import org.eclipse.swt.internal.image.WinBMPFileFormat;
18 import org.eclipse.swt.SWT; 18 import org.eclipse.swt.SWT;
19 import java.lang.all; 19 import java.lang.all;
20 20
21 import tango.core.Exception;
22 21
23 public final class WinICOFileFormat : FileFormat { 22 public final class WinICOFileFormat : FileFormat {
24 23
25 byte[] bitInvertData(byte[] data, int startIndex, int endIndex) { 24 byte[] bitInvertData(byte[] data, int startIndex, int endIndex) {
26 // Destructively bit invert data in the given byte array. 25 // Destructively bit invert data in the given byte array.