From 89533706a8cfc6f2bd1a6749dc2dbb9473fec3e6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 11 Jun 2017 23:39:21 +0100 Subject: [PATCH] pollForUpdate is now internal/private to a Platform. Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/vector/platform/VectorBasePlatform.js | 10 ---------- 1 file changed, 10 deletions(-) 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