Files
pkgsrc-ng/graphics/fotoxx/patches/patch-f.repair.cc
2016-11-18 22:39:22 +01:00

24 lines
640 B
C++

$NetBSD: patch-f.repair.cc,v 1.3 2016/01/03 04:33:50 ryoon Exp $
--- f.repair.cc.orig 2016-01-01 08:20:29.000000000 +0000
+++ f.repair.cc
@@ -51,6 +51,8 @@
/********************************************************************************/
+void smart_erase_func(int mode);
+int smart_erase_blur(float radius);
// image sharpen functions
@@ -2234,9 +2236,6 @@ void m_smart_erase(GtkWidget *, const ch
int smart_erase_dialog_event(zdialog *zd, const char *event) // overhauled
{
- void smart_erase_func(int mode);
- void smart_erase_blur(float radius);
-
float radius;
int cc;