Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
CapacitorSet committed Jan 31, 2015
1 parent 5eb5449 commit 677a956
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 134 deletions.
4 changes: 2 additions & 2 deletions src/CirSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ void doEdit(Editable eable) {

void doImport() {
if (impDialog == null) {
impDialog = ImportExportDialogFactory.Create(this,
impDialog = new ImportExportFileDialog(this,
ImportExportDialog.Action.IMPORT);
}
// impDialog = new ImportExportClipboardDialog(this,
Expand All @@ -2014,7 +2014,7 @@ void doExport(boolean url) {
dump = baseURL + "#" + URLEncoder.encode(dump);
}
if (expDialog == null) {
expDialog = ImportExportDialogFactory.Create(this,
expDialog = new ImportExportFileDialog(this,
ImportExportDialog.Action.EXPORT);
// expDialog = new ImportExportClipboardDialog(this,
// ImportExportDialog.Action.EXPORT);
Expand Down
83 changes: 0 additions & 83 deletions src/ImportExportClipboardDialog.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/ImportExportDialogFactory.java

This file was deleted.

41 changes: 0 additions & 41 deletions src/ImportExportDialogLayout.java

This file was deleted.

0 comments on commit 677a956

Please sign in to comment.