From 05d93be713c6afcee585fe66801633e44069a320 Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Mon, 2 Nov 2020 16:49:43 -0600 Subject: [PATCH] Removed unused style translation --- src/WPStrava.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/WPStrava.php b/src/WPStrava.php index e3ceb17..68cc27e 100644 --- a/src/WPStrava.php +++ b/src/WPStrava.php @@ -41,12 +41,6 @@ class WPStrava { */ private $routes = null; - /** - * Style Translation object for responsive tables. - * @var WPStrava_StyleTranslations - */ - private $style_translations = null; - /** * Private constructor (singleton). */