Removed unused private variable.

This commit is contained in:
Robert Greene 2003-01-18 02:04:37 +00:00
parent d7fbdecc6b
commit 0bd753ae16
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ package com.webcodepro.applecommander.ui.swt;
import com.webcodepro.applecommander.storage.FileFilter;
import com.webcodepro.applecommander.storage.FormattedDisk;
import java.util.Stack;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.Shell;
@ -36,7 +34,6 @@ import org.eclipse.swt.widgets.Shell;
public class ExportWizard extends Wizard {
private FormattedDisk disk;
private FileFilter fileFilter;
private Stack wizardPanes = new Stack();
private String directory;
/**
* Constructor for ExportWizard.