aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/user_interface.h')
-rw-r--r--engines/mads/user_interface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h
index 2fdc80bf86..827fa3041f 100644
--- a/engines/mads/user_interface.h
+++ b/engines/mads/user_interface.h
@@ -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 {