From df61ed83d8511f3ecb26d5af119df619b430b2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 2 Apr 2022 03:40:44 +0200 Subject: Open only clicked episode on double-click. --- c/common.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'c/common.c') diff --git a/c/common.c b/c/common.c index fb76c71..7ee27ff 100644 --- a/c/common.c +++ b/c/common.c @@ -47,13 +47,3 @@ TszFromSz(const char *sz, int iCp) return tsz; } - -int -Watched(int iEpisode) -{ - term_t t; - t = T(1); - PI(t,iEpisode) return 0; - P("track_episodes","watched",1,t) return 0; - return 1; -} -- cgit v1.2.3