reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 85fb92217d1fe65a591c2ce8718fd4dc5285e527
parent 591a2ae8632a5081f884803e461524726667b491
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue,  7 Jun 2016 21:26:08 -0400

config: remove unused prototype leftover from ee411e86be8878b7afee04eaad158e22b558f52e

Diffstat:
Msrc/config.hpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/config.hpp b/src/config.hpp @@ -66,7 +66,6 @@ private: InstallOpts m_install; BrowserOpts m_browser; - void readOption(bool &, const auto_char *, const auto_string &); void readRemotes(); void restoreSelfRemote(); void writeRemotes();