]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Use the new 'default' theme... as default
[github/shaarli/Shaarli.git] / application / Updater.php
index 03d93a6f98ac22d543b243005b3ee185a797e58c..40a15906b6bac9b53fb54faff0232b6514dd76ec 100644 (file)
@@ -328,21 +328,6 @@ class Updater
         return rename('inc/user.css', 'data/user.css');
     }
 
-    /**
-     * While the new default theme is in an unstable state
-     * continue to use the vintage theme
-     */
-    public function updateMethodDefaultThemeVintage()
-    {
-        if ($this->conf->get('resource.theme') !== 'default') {
-            return true;
-        }
-        $this->conf->set('resource.theme', 'vintage');
-        $this->conf->write($this->isLoggedIn);
-
-        return true;
-    }
-
     /**
      * * `markdown_escape` is a new setting, set to true as default.
      *