diff --git a/src/components/nav-menu.jsx b/src/components/nav-menu.jsx
index 9e1759f3..0a4bb570 100644
--- a/src/components/nav-menu.jsx
+++ b/src/components/nav-menu.jsx
@@ -21,8 +21,6 @@ import Avatar from './avatar';
import Icon from './icon';
import MenuLink from './menu-link';
-const supportsTouch = 'ontouchstart' in window;
-
function NavMenu(props) {
const snapStates = useSnapshot(states);
const { masto, instance, authenticated } = api();
@@ -212,7 +210,6 @@ function NavMenu(props) {
)}
{lists?.length > 0 ? (
Bookmarks