diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-30 21:05:37 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-30 21:05:37 +0200 |
| commit | f9764bba46881a9357de8d949674b6636a2373ed (patch) | |
| tree | d8e4828cff726c066ff7578592b690fdffb13b90 /src/app | |
| parent | 386bc35abb923a0cd1f6077a48b06f507c1406fe (diff) | |
Implements args
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/App.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/App.java b/src/app/App.java index 25d8d7a..6478a7e 100644 --- a/src/app/App.java +++ b/src/app/App.java @@ -68,9 +68,6 @@ public class App device.setRegionColor(Region.MIDDLE, Color.ORANGE, Intensity.HIGH); device.setRegionColor(Region.RIGHT, Color.PURPLE, Intensity.HIGH); device.setMode(Mode.NORMAL); - - - } } |
