diff scid/scid.c @ 30:43333d18e4b8

scid: document theme
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 14:54:43 +0200
parents 4c16bb25e4f1
children 1d0ddf9e6efd
line wrap: on
line diff
--- a/scid/scid.c	Thu Aug 04 14:13:58 2022 +0200
+++ b/scid/scid.c	Thu Aug 04 14:54:43 2022 +0200
@@ -19,13 +19,7 @@
 	if (db_open(scid.dbpath) < 0)
 		log_die("abort: unable to open database");
 
-	scid.theme = theme_open(scid.themedir);
-}
-
-const char *
-scid_theme_path(const char *filename)
-{
-	return theme_path(scid.theme, filename);
+	theme_open(scid.themedir);
 }
 
 void