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/defs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/defs.h') diff --git a/c/defs.h b/c/defs.h index ea1d776..4707c48 100644 --- a/c/defs.h +++ b/c/defs.h @@ -7,7 +7,6 @@ /* common.c */ int Dpi(int); TCHAR *TszFromSz(const char *, int); -int Watched(int); /* main.c */ void UpdateLayout(); -- cgit v1.2.3