From dfb1b9f10a0c18ace12de3323e3eea410efa3b6c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 16 May 2023 10:38:36 +0900 Subject: Added initial empty GUI for the indenter Signed-off-by: Michele Calgaro --- src/SettingsPaths.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/SettingsPaths.cpp') diff --git a/src/SettingsPaths.cpp b/src/SettingsPaths.cpp index 84fecb9..e5410da 100644 --- a/src/SettingsPaths.cpp +++ b/src/SettingsPaths.cpp @@ -63,10 +63,6 @@ void SettingsPaths::init() m_applicationBinaryPath.truncate(m_applicationBinaryPath.length() - 1); } -#ifdef UNIVERSALINDENTGUI_NPP_EXPORTS - m_applicationBinaryPath += "/plugins/uigui"; -#endif - // If the "config" directory is a subdir of the applications binary path, use this one // (portable mode) m_settingsPath = m_applicationBinaryPath + "/config"; -- cgit v1.2.1