From 06d8da9052509057de1969ea3f208ebf4a0be417 Mon Sep 17 00:00:00 2001
From: Xerillic <xerillic@gmail.com>
Date: Wed, 13 Sep 2023 19:53:55 -0400
Subject: [PATCH] wallpaper plugin: remove unneeded code

---
 plugins/wallpaper | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/plugins/wallpaper b/plugins/wallpaper
index 79583aa0..966e7ce5 100755
--- a/plugins/wallpaper
+++ b/plugins/wallpaper
@@ -8,14 +8,8 @@
 # Shell: POSIX compliant
 # Author: juacq97
 
-selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection}
 resp=
 
-add_file ()
-{
-    printf '%s\0' "$@" >> "$selection"
-}
-
 if [ -n "$1" ]; then
     if [ "$(file --mime-type "$1" | awk '{print $NF}' | awk -F '/' '{print $1}')" = "image" ]; then
         if [ "$XDG_SESSION_TYPE" = "x11" ]; then
-- 
2.51.0