summaryrefslogtreecommitdiff
path: root/debian/patches/0110-Fix-Build-error.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-09-27 08:49:16 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-09-27 08:49:16 +0200
commite0c14ca1cc19501eb1df8598c69a4a517cc2255b (patch)
tree81215da29ad2f7935c6b06e54e44a22280fb5664 /debian/patches/0110-Fix-Build-error.patch
parent05d7e8617fad04aa63fae5505ae463ab1b5baea1 (diff)
d/patches: Remove unused 0110-Fix-Build-error.patch
Diffstat (limited to 'debian/patches/0110-Fix-Build-error.patch')
-rw-r--r--debian/patches/0110-Fix-Build-error.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0110-Fix-Build-error.patch b/debian/patches/0110-Fix-Build-error.patch
deleted file mode 100644
index 0ec2925..0000000
--- a/debian/patches/0110-Fix-Build-error.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix build errors
-Author: Jörg Frings-Fürst <debian@jff.email>
-forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/177
-Last-Update: 2020-05-31
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/src/actions/action.vala
-===================================================================
---- trunk.orig/src/actions/action.vala
-+++ trunk/src/actions/action.vala
-@@ -69,7 +69,7 @@ public abstract class Action : GLib.Obje
- /// C'tor, initializes all members.
- /////////////////////////////////////////////////////////////////////
-
-- public Action(string name, string icon, bool is_quickaction) {
-+ Action(string name, string icon, bool is_quickaction) {
- GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction);
- }
-