aboutsummaryrefslogtreecommitdiff
path: root/c/common.c
diff options
context:
space:
mode:
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;
-}