Skip to content
Snippets Groups Projects
Commit e6700281 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup code

parent 021a2031
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ public class PlayPadImpl implements PlayPad {
return modernDesign;
}
public void setModernDesign(ModernDesignHandler modernDesign) {
void setModernDesign(ModernDesignHandler modernDesign) {
this.modernDesign = modernDesign;
}
......
......@@ -42,10 +42,8 @@ import java.util.UUID;
* TODOS
*/
// Idden
// FEATURE Global Volume Trigger mit x% und 100%
// FEATURE Option bei Import Media auch Copy Media in Library
// FEATURE lnk für Windows mit Dateiparameter
// FEATURE Backups irgendwann löschen
public class PlayPadMain extends Application {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment