aboutsummaryrefslogtreecommitdiffstats
path: root/main/vte3/fix-empty-options-struct.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-28 23:27:25 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 23:27:25 +0100
commit238b6bccbab3b844079fa109d5cee096b81756d3 (patch)
tree136316a172b542efbaa096fa0bf9ed5e28690b44 /main/vte3/fix-empty-options-struct.patch
parent4b37d4e75716b602a0c0591f105ed1d7fe36d570 (diff)
downloadaports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.bz2
aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.xz
Remove stale patches
Those are patches that are no longer applied by their packages
Diffstat (limited to 'main/vte3/fix-empty-options-struct.patch')
-rw-r--r--main/vte3/fix-empty-options-struct.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/vte3/fix-empty-options-struct.patch b/main/vte3/fix-empty-options-struct.patch
deleted file mode 100644
index 7e692ae0a6..0000000000
--- a/main/vte3/fix-empty-options-struct.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bindings/vala/app.vala
-+++ b/bindings/vala/app.vala
-@@ -819,6 +819,8 @@
-
- public struct Options
- {
-+ //FIXME Merge this struct into App class
-+ public int dummy;
- public static bool audible = false;
- public static string? command = null;
- private static string? cjk_ambiguous_width_string = null;