diff options
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r-- | SystemTools.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 1672e92..41a60d3 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -498,12 +498,6 @@ public: static std::string GetFilenameName(const std::string&); /** - * Split a program from its arguments and handle spaces in the paths - */ - static void SplitProgramFromArgs(const std::string& path, - std::string& program, std::string& args); - - /** * Return longest file extension of a full filename (dot included) */ static std::string GetFilenameExtension(const std::string&); |