[loading window] Now the loading window has it's own thread. As such, the paint method is no longer needed.

This commit is contained in:
Henrik Andersson
2011-06-04 02:12:08 +02:00
parent 227863965c
commit 86cc2818e0
5 changed files with 46 additions and 19 deletions
-1
View File
@@ -11,7 +11,6 @@ public:
virtual RString Init() { return RString(); }
virtual ~LoadingWindow() { }
virtual void Paint() { }
virtual void SetText( RString str ) = 0;
virtual void SetIcon( const RageSurface *pIcon ) { }
virtual void SetProgress( const int progress ) { m_progress=progress; }