diff include/core/config.h @ 228:d030b30526d5

config: remove unused username parameter from anilist auth
author Paper <mrpapersonic@gmail.com>
date Tue, 09 Jan 2024 08:05:36 -0500
parents f784b5b1914c
children c130f47f6f48
line wrap: on
line diff
--- a/include/core/config.h	Mon Jan 08 21:30:18 2024 -0500
+++ b/include/core/config.h	Tue Jan 09 08:05:36 2024 -0500
@@ -35,12 +35,9 @@
 			bool highlighted_anime_above_others;
 		} anime_list;
 
-		/* these should preferably be in an
-		   "auth" struct... */
 		struct {
 			struct {
 				std::string auth_token;
-				std::string username;
 				int user_id;
 			} anilist;
 		} auth;