MADS: Remove some redundant TODOs

This commit is contained in:
Paul Gilbert 2014-05-21 08:32:39 -04:00
parent c0b9a5a58f
commit 057f239ed6
10 changed files with 1 additions and 54 deletions

View file

@ -128,12 +128,6 @@ public:
* Starts the conversation
*/
void start();
/**
* Synchronize the conversation
*/
void synchronize(Common::Serializer &s) { warning("TODO: Synchronize Conversation"); };
};
class UserInterface : public MSurface {