aboutsummaryrefslogtreecommitdiff
path: root/c/common.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-02 03:40:44 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-02 03:40:44 +0200
commitdf61ed83d8511f3ecb26d5af119df619b430b2f9 (patch)
treefe6fd8eec1b2f474d4a2dcb3a761a9ba52e274c9 /c/common.c
parent8fec209bfa1bdf7f2f20aa238fbada08da94d33e (diff)
downloadEpisodeBrowser-df61ed83d8511f3ecb26d5af119df619b430b2f9.tar.gz
Open only clicked episode on double-click.
Diffstat (limited to 'c/common.c')
-rw-r--r--c/common.c10
1 files changed, 0 insertions, 10 deletions
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;
-}