From 74f8c91bf4600c0e06e08c31d1e69a69a2d71581 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 15 Jan 2015 09:05:51 +0100 Subject: [PATCH] Oops --- src/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index fcfc1ab..e2a249b 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -167,7 +167,6 @@ void Config::read(int argc, char *argv[]) PO_DESC(dataPathOrg, std::string, "") \ PO_DESC(dataPathApp, std::string, "") \ PO_DESC(iconPath, std::string, "") \ - PO_DESC(overlayPath, std::string, "") \ PO_DESC(titleLanguage, std::string, "") \ PO_DESC(midi.soundFont, std::string, "") \ PO_DESC(midi.chorus, bool, false) \