diff --git a/src/notification.c b/src/notification.c index a08bd1d..141fdfe 100644 --- a/src/notification.c +++ b/src/notification.c @@ -267,7 +267,6 @@ char *notification_replace_format(const char *needle, const char *replacement, } - tmp = string_replace_all("\\n", "\n", tmp); if (settings.ignore_newline) { tmp = string_replace_all("\n", " ", tmp); }