From e603702aa328bc1f53357d7252b9b774a411dae0 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 21 Sep 2022 10:47:37 +0300 Subject: [PATCH] del func --- functions/wallpaper.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions/wallpaper.go b/functions/wallpaper.go index 11cd36a..91665f9 100644 --- a/functions/wallpaper.go +++ b/functions/wallpaper.go @@ -2,7 +2,6 @@ package functions import ( "encoding/json" - "fmt" "github.com/jasonlvhit/gocron" "github.com/reujab/wallpaper" "github.com/rodkranz/fetch" @@ -62,10 +61,6 @@ func SetWallpaper() { } } -func x() { - fmt.Println("F") -} - func StartWallpaper() { type Autostart struct { Autochangewallpaper int `json:"autochangewallpaper"`