diff options
| -rw-r--r-- | src/extension/prefdialog/parameter-description.cpp | 4 | ||||
| -rw-r--r-- | src/extension/prefdialog/parameter.cpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/prefdialog/parameter-description.cpp b/src/extension/prefdialog/parameter-description.cpp index 6dfb649b1..667670443 100644 --- a/src/extension/prefdialog/parameter-description.cpp +++ b/src/extension/prefdialog/parameter-description.cpp @@ -6,10 +6,6 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#ifdef linux // does the dollar sign need escaping when passed as string parameter? -# define ESCAPE_DOLLAR_COMMANDLINE -#endif - #include "parameter-description.h" #include <gtkmm/box.h> diff --git a/src/extension/prefdialog/parameter.cpp b/src/extension/prefdialog/parameter.cpp index 159f54b9c..abda73e18 100644 --- a/src/extension/prefdialog/parameter.cpp +++ b/src/extension/prefdialog/parameter.cpp @@ -12,10 +12,6 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#ifdef linux // does the dollar sign need escaping when passed as string parameter? -# define ESCAPE_DOLLAR_COMMANDLINE -#endif - #include <cstring> #include <list> |
