Skip to content

Commit

Permalink
Removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Jun 29, 2018
1 parent 64625ac commit aa83c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void message(String m) {
public void progress(int p) {

double progress = p / 1000.00;
System.out.println(progress);
//System.out.println(progress);

Platform.runLater(() -> convertProgress.set(progress));
// ConverterFrame.this.encodingProgressLabel.setText(progress + "%");
Expand Down

0 comments on commit aa83c2e

Please sign in to comment.