Major code cleanup

This commit is contained in:
Rafostar
2020-10-20 22:30:15 +02:00
parent 4dea498f37
commit 0291377389
10 changed files with 737 additions and 739 deletions

View File

@@ -5,7 +5,6 @@ imports.searchPath.unshift('@importspath@');
const ClapperSrc = imports.clapper_src;
var { App } = ClapperSrc.app;
var { Interface } = ClapperSrc.interface;
var { Player } = ClapperSrc.player;
var { Widget } = ClapperSrc.widget;
imports.searchPath.shift();