From 903e8c5b32285e50907e6525388162bd459cbef8 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 11 Aug 2024 23:31:33 -0400 Subject: puzzles: remove unnecessary files from the src/ directory. This updates the resync.sh script to be more intelligent about which files it copies from the upstream tree. It now attempts some rudimentary parsing of the puzzles CMakeLists.txt file to figure out which files are actually necessary, and copies only those. This adds a new SOURCES.rockbox source file list for the Rockbox-specific parts of the port. Change-Id: I461f87ac712e3b2982dcbb0be9d70d278384a4e7 --- apps/plugins/puzzles/src/no-icon.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/plugins/puzzles/src/no-icon.c (limited to 'apps/plugins/puzzles/src/no-icon.c') diff --git a/apps/plugins/puzzles/src/no-icon.c b/apps/plugins/puzzles/src/no-icon.c deleted file mode 100644 index 5091dca426..0000000000 --- a/apps/plugins/puzzles/src/no-icon.c +++ /dev/null @@ -1,10 +0,0 @@ - -/* - * Dummy source file which replaces the files generated in the - * `icons' subdirectory, when they're absent. - */ - -#include "gtk.h" - -const char *const *const xpm_icons[] = { 0 }; -const int n_xpm_icons = 0; -- cgit v1.2.3