Skip to content

Commit

Permalink
Deleted unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
marvk committed Dec 18, 2021
1 parent 7f98282 commit 68639aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion src/main/java/net/marvk/fs/vatsim/map/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private Image loadIcon(final String name) {
@Override
public void initGuiceModules(final List<Module> modules) {
modules.add(new AppModule());
modules.add(new AopModule());
modules.add(new JfxModule());
modules.add(new PathsModule());
modules.add(new MetarModule());
Expand Down
42 changes: 0 additions & 42 deletions src/main/java/net/marvk/fs/vatsim/map/aop/LifecycleLogger.java

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/java/net/marvk/fs/vatsim/map/aop/LogLifecycle.java

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/java/net/marvk/fs/vatsim/map/configuration/AopModule.java

This file was deleted.

0 comments on commit 68639aa

Please sign in to comment.