Skip to content

Commit 7f124ff

Browse files
committed
more param cleanup
1 parent 5b42261 commit 7f124ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class Utils {
2020
static void copyCurrentSongName();
2121
static void loadFromPlaylistFile(const std::filesystem::path&);
2222
static void populateVector(const bool customSongs, const std::filesystem::path& path = "", std::vector<std::string> textFileBlacklist = {}, std::vector<std::string> textFileFavorites = {});
23-
static std::vector<std::string> parseBlacklistFile(const std::filesystem::path& blacklistFilePath);
24-
static std::vector<std::string> parseFavoritesFile(const std::filesystem::path& favoritesFilePath);
23+
static std::vector<std::string> parseBlacklistFile(const std::filesystem::path&);
24+
static std::vector<std::string> parseFavoritesFile(const std::filesystem::path&);
2525
static void refreshTheVector();
26-
static void resetSongManagerRefreshVectorSetNewSongBecause(const std::string_view reasonUsuallySettingName);
26+
static void resetSongManagerRefreshVectorSetNewSongBecause(const std::string_view);
2727
static bool isFromConfigOrAlternateDir(const std::filesystem::path&);
2828
static SongInfoObject* getSongInfoObject();
2929
static std::string getSongName();

0 commit comments

Comments
 (0)