Index: src/plugin/PluginUtil.h |
=================================================================== |
--- a/src/plugin/PluginUtil.h |
+++ b/src/plugin/PluginUtil.h |
@@ -17,4 +17,3 @@ |
std::wstring UserSettingsFileUrl(); |
std::wstring FirstRunPageFileUrl(); |
std::wstring FileUrl(const std::wstring& url); |
-void ReplaceString(std::wstring& input, const std::wstring placeholder, const std::wstring replacement); |
Oleksandr
2014/11/19 03:24:23
Pretty sure we still use it. Why remove this?
sergei
2014/11/19 11:53:24
Because it's from 'shared' project and it's declar
|