diff --git a/src/vector/platform/VectorBasePlatform.js b/src/vector/platform/VectorBasePlatform.js index 0e84e5fcd..c3df04f5b 100644 --- a/src/vector/platform/VectorBasePlatform.js +++ b/src/vector/platform/VectorBasePlatform.js @@ -117,16 +117,6 @@ export default class VectorBasePlatform extends BasePlatform { }) } - /** - * Check for the availability of an update to the version of the - * app that's currently running. - * If an update is available, this function should dispatch the - * 'new_version' action. - * @returns Promise - */ - pollForUpdate(): Promise { - } - /** * Update the currently running app to the latest available * version and replace this instance of the app with the