mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-03 10:29:19 +00:00
Removed unused private variable.
This commit is contained in:
parent
d7fbdecc6b
commit
0bd753ae16
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user