1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

start address text validation

This commit is contained in:
Ted Williams 2007-07-19 06:59:59 +00:00
parent 522616005d
commit 3af711fbbd

View file

@ -263,8 +263,6 @@ public class ImportMemoryDialog extends SelectionDialog
Display.getDefault().getSystemColor(SWT.COLOR_RED)); Display.getDefault().getSystemColor(SWT.COLOR_RED));
// //
BigInteger startAddress = getStartAddress();
validate(); validate();
} }