#677 - REFACTOR: Remove unused SqlQuery.setBackgroundFetchAfter()

This commit is contained in:
Robin Bygrave
2016-04-28 22:18:14 +12:00
parent 8a84eaf7a7
commit 9350155c00
3 changed files with 0 additions and 24 deletions
@@ -35,11 +35,6 @@ public interface SpiSqlQuery extends SqlQuery {
*/
int getMaxRows();
/**
* Return the number of rows after which background fetching occurs.
*/
int getBackgroundFetchAfter();
/**
* Return the key property for maps.
*/