Skip to content

Commit

Permalink
New packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wrey75 committed Oct 31, 2017
1 parent a816f1e commit 5f8fd34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/oxande/wavecleaner/ui/MainScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ public void setWaveForm( AudioDocument audio ){
this.controller.setFilters(audio.decrackFilter, audio.preamplifer);
}

protected void onRecordSound(){
RecordScreen dialog = new RecordScreen(this.app);
dialog.initComponents();
}
// protected void onRecordSound(){
// RecordScreen dialog = new RecordScreen(this.app);
// dialog.initComponents();
// }

/**
* Load the sound file
Expand Down

0 comments on commit 5f8fd34

Please sign in to comment.