diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-12 02:20:38 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-12 02:20:38 +0800 |
commit | 34491eb27710ee41303eaf2b8b7afdd56185f2a5 (patch) | |
tree | 30b6b0caf09b21de6ad4b4800b6fb8805cb018b1 /math | |
parent | d79c0b70029fc0bca2e9c0bb6e9a40c47b51ef0a (diff) | |
download | freebsd-ports-gnome-34491eb27710ee41303eaf2b8b7afdd56185f2a5.tar.gz freebsd-ports-gnome-34491eb27710ee41303eaf2b8b7afdd56185f2a5.tar.zst freebsd-ports-gnome-34491eb27710ee41303eaf2b8b7afdd56185f2a5.zip |
- Remove this forgotten patch, it's not needed anymore.
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/files/patch-gcalctool_functions.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/math/gcalctool/files/patch-gcalctool_functions.c b/math/gcalctool/files/patch-gcalctool_functions.c deleted file mode 100644 index ba3d6af38beb..000000000000 --- a/math/gcalctool/files/patch-gcalctool_functions.c +++ /dev/null @@ -1,19 +0,0 @@ ---- gcalctool/functions.c.orig Mon Feb 28 17:07:30 2005 -+++ gcalctool/functions.c Mon Feb 28 17:07:43 2005 -@@ -311,7 +311,6 @@ - void - trig_filter(char **func) - { -- assert(func); - - enum mode { - normal = 0, -@@ -322,6 +321,8 @@ - - int inverse; - int hyperbolic; -+ -+ assert(func); - - inverse = (v->inverse) ? inv : 0; - hyperbolic = (v->hyperbolic) ? hyp : 0; |