juniper-wright / UtopianEngine

The Simple Text Adventure Game Engine
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove unused imports #64

Closed juniper-wright closed 10 years ago

juniper-wright commented 10 years ago

There are a considerable number of unused imports, mostly related to XML parsing, as most classes do not make use of the Document class, among others. Once it is sure that these classes will not be used, remove the import statements.