From 3ba8bb9bd1bc276424af182fcceedbf30d5867ac Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 10:41:41 +0000 Subject: [PATCH] Remove unused code --- src/routes/_components/profile/AccountProfileFollow.html | 8 -------- src/routes/_static/animations.js | 4 ---- 2 files changed, 12 deletions(-) diff --git a/src/routes/_components/profile/AccountProfileFollow.html b/src/routes/_components/profile/AccountProfileFollow.html index f22fc4e5..99c91695 100644 --- a/src/routes/_components/profile/AccountProfileFollow.html +++ b/src/routes/_components/profile/AccountProfileFollow.html @@ -33,8 +33,6 @@ } diff --git a/src/routes/_static/animations.js b/src/routes/_static/animations.js index e1b6b1f1..30d4b693 100644 --- a/src/routes/_static/animations.js +++ b/src/routes/_static/animations.js @@ -28,10 +28,6 @@ export const FAVORITE_ANIMATION = [ export const REBLOG_ANIMATION = FAVORITE_ANIMATION -export const FOLLOW_BUTTON_ANIMATION = [ - growBigThenSmall -] - export const CHECKMARK_ANIMATION = [ fadeColorToPressedState ]