summaryrefslogtreecommitdiff
path: root/src/fr-proc-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-proc-error.c')
-rw-r--r--src/fr-proc-error.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fr-proc-error.c b/src/fr-proc-error.c
index 1f61613..ce20752 100644
--- a/src/fr-proc-error.c
+++ b/src/fr-proc-error.c
@@ -22,7 +22,6 @@
#include <config.h>
#include "fr-proc-error.h"
-
static gpointer
fr_proc_error_copy (gpointer boxed)
{
@@ -37,7 +36,6 @@ fr_proc_error_copy (gpointer boxed)
return new_error;
}
-
static void
fr_proc_error_free (gpointer boxed)
{
@@ -48,7 +46,6 @@ fr_proc_error_free (gpointer boxed)
g_free (error);
}
-
G_DEFINE_BOXED_TYPE (FrProcError,
fr_proc_error,
fr_proc_error_copy,