diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-07 22:30:04 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-07 22:30:04 +0000 |
commit | 18b6be2497bd26a3fc14dcec65a1dc38776b35be (patch) | |
tree | fefedfbb52ce9898141c1f509da9525e901ade37 | |
parent | 486feffb21e42c713fa97a157cf860554be66976 (diff) | |
download | usdx-18b6be2497bd26a3fc14dcec65a1dc38776b35be.tar.gz usdx-18b6be2497bd26a3fc14dcec65a1dc38776b35be.tar.xz usdx-18b6be2497bd26a3fc14dcec65a1dc38776b35be.zip |
removed some unused units.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1629 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/base/UMain.pas | 52 |
1 files changed, 23 insertions, 29 deletions
diff --git a/src/base/UMain.pas b/src/base/UMain.pas index f7dc6ef3..d2f5f5b9 100644 --- a/src/base/UMain.pas +++ b/src/base/UMain.pas @@ -35,23 +35,11 @@ interface uses SysUtils, - Classes, - SDL, - UMusic, - URecord, - UTime, - UDisplay, - UIni, - ULog, - ULyrics, - UScreenSing, - USong, - gl; + SDL; var - - Done: boolean; - Restart: boolean; + Done: boolean; + Restart: boolean; procedure Main; procedure MainLoop; @@ -77,28 +65,34 @@ implementation uses Math, - StrUtils, - USongs, - UJoystick, + gl, +{ + SDL_ttf, + UParty, + UCore, +} + UCatCovers, UCommandLine, - ULanguage, - //SDL_ttf, - USkins, + UCommon, + UConfig, UCovers, - UCatCovers, UDataBase, - UPlaylist, + UDisplay, UDLLManager, - UParty, - UConfig, - UCore, - UCommon, UGraphic, UGraphicClasses, + UIni, + UJoystick, + ULanguage, + ULog, UPath, - UPluginDefs, + UPlaylist, + UMusic, UPlatform, - UThemes; + USkins, + USongs, + UThemes, + UTime; procedure Main; var |