summaryrefslogtreecommitdiff
path: root/seqWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seqWindow.cpp')
-rw-r--r--seqWindow.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/seqWindow.cpp b/seqWindow.cpp
index 478efbf..20973b5 100644
--- a/seqWindow.cpp
+++ b/seqWindow.cpp
@@ -89,10 +89,3 @@ void SeqWindow::clear()
sender_.clear();
}
-template<class Archive>
-void SeqWindow::serialize(Archive & ar, const unsigned int version)
-{
- ar & window_size_;
- //TODO: Do not sync complete Sender Map!
- ar & sender_;
-}