diff options
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 9be033494..0887bc2ef 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -377,10 +377,6 @@ Application::add_icon_theme() // folders didn't seem to make much sense for Linux. More testing needed. icon_theme->append_search_path(get_path_ustring(SYSTEM, ICONS)); icon_theme->append_search_path(get_path_ustring(USER, ICONS)); -#ifdef INKSCAPE_THEMEDIR - icon_theme->append_search_path(get_path_ustring(SYSTEM, THEMES)); - icon_theme->append_search_path(get_path_ustring(USER, THEMES)); -#endif } /** |
