Removed unused exit method.

This commit is contained in:
Robert Greene 2003-05-02 02:57:19 +00:00
parent a0f22ce340
commit ce1ba03364
1 changed files with 0 additions and 7 deletions

View File

@ -122,13 +122,6 @@ public class SwtAppleCommander {
toolBar.dispose();
imageManager.dispose();
}
/**
* Exits the main program.
*/
private void exit() {
shell.close();
}
/**
* Open a file.