From 02553901ce94461c6f140efc804443069b97f401 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 17 Dec 2019 11:44:32 +0000 Subject: Remove unused `get_pagination_rows` methods. (#6557) Remove unused get_pagination_rows methods --- synapse/handlers/account_data.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'synapse/handlers/account_data.py') diff --git a/synapse/handlers/account_data.py b/synapse/handlers/account_data.py index 20ec1ca01b..a8d3fbc6de 100644 --- a/synapse/handlers/account_data.py +++ b/synapse/handlers/account_data.py @@ -50,6 +50,3 @@ class AccountDataEventSource(object): ) return results, current_stream_id - - async def get_pagination_rows(self, user, config, key): - return [], config.to_id -- cgit 1.5.1