diff options
Diffstat (limited to 'graphics/agave/files/patch-src__widgets__gcs-schemebox.cc')
-rw-r--r-- | graphics/agave/files/patch-src__widgets__gcs-schemebox.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc b/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc deleted file mode 100644 index c7e4ee2c9ea5..000000000000 --- a/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/widgets/gcs-schemebox.cc.orig -+++ src/widgets/gcs-schemebox.cc -@@ -45,7 +45,7 @@ - - SchemeBox::SchemeBox(Scheme schm) - { -- SchemeBox::SchemeBox(); -+ SchemeBox(); - set_scheme(schm); - } - |