You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.8 KiB
71 lines
1.8 KiB
From ff5fd95f56936db97da747bf71ece8b872b9f209 Mon Sep 17 00:00:00 2001
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
Date: Sat, 28 Dec 2024 12:27:48 +0300
|
|
Subject: [PATCH] Drop inappropriate symbols
|
|
|
|
---
|
|
ChangeLog | 1 -
|
|
about.txt | 2 --
|
|
help.txt | 2 --
|
|
plugins/cocoaui/help-cocoa.txt | 2 --
|
|
src/main.c | 1 -
|
|
5 files changed, 8 deletions(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index e85a0cc..4ec7ab5 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -110,7 +110,6 @@ version 1.9.0
|
|
Added: Improved DSP preferences GTK UI (Saivert)
|
|
Added: Improved handling of invalid MP3 files
|
|
Added: Last.fm scrobbler will use HTTPS by default
|
|
- Glory to Ukraine! 💛💙
|
|
|
|
version 1.8.8
|
|
Fixed: A crash and file path issues in PSF plugin (greedysky)
|
|
diff --git a/about.txt b/about.txt
|
|
index f8ea707..edcdc65 100644
|
|
--- a/about.txt
|
|
+++ b/about.txt
|
|
@@ -1,5 +1,3 @@
|
|
-💛💙
|
|
-
|
|
DeaDBeeF - The Music Player
|
|
Copyright © 2009-2023 Oleksiy Yakovenko and contributors
|
|
https://deadbeef.sourceforge.io
|
|
diff --git a/help.txt b/help.txt
|
|
index 8cb62ed..2dad563 100644
|
|
--- a/help.txt
|
|
+++ b/help.txt
|
|
@@ -1,5 +1,3 @@
|
|
-💛💙
|
|
-
|
|
Help file for GTK version of Deadbeef Player (Linux/*BSD and friends)
|
|
|
|
* LINKS
|
|
diff --git a/plugins/cocoaui/help-cocoa.txt b/plugins/cocoaui/help-cocoa.txt
|
|
index fa03d57..e4c2296 100644
|
|
--- a/plugins/cocoaui/help-cocoa.txt
|
|
+++ b/plugins/cocoaui/help-cocoa.txt
|
|
@@ -1,5 +1,3 @@
|
|
-💛💙
|
|
-
|
|
Help file for Cocoa/macOS version of DeaDBeeF Player
|
|
|
|
* LINKS
|
|
diff --git a/src/main.c b/src/main.c
|
|
index 8c9f30f..1c0885a 100644
|
|
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -1069,7 +1069,6 @@ main_cleanup_and_quit (void) {
|
|
plug_cleanup ();
|
|
trace ("logger_free\n");
|
|
|
|
- trace ("💛💙\n");
|
|
ddb_logger_free();
|
|
|
|
char crash_marker[PATH_MAX];
|
|
--
|
|
2.47.1
|
|
|