[gegl] Get rid of some duplicate function declarations
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Get rid of some duplicate function declarations
- Date: Fri, 15 Mar 2013 02:37:23 +0000 (UTC)
commit 4b06a697be8556b1852198fb7dbc71965b969e4a
Author: Daniel Sabo <DanielSabo gmail com>
Date: Mon Mar 11 11:12:54 2013 -0700
Get rid of some duplicate function declarations
gegl/gegl-init.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/gegl/gegl-init.c b/gegl/gegl-init.c
index 5ef77a9..733a7dc 100644
--- a/gegl/gegl-init.c
+++ b/gegl/gegl-init.c
@@ -92,10 +92,12 @@ guint gegl_debug_flags = 0;
#include "operation/gegl-operations.h"
#include "operation/gegl-extension-handler.h"
#include "buffer/gegl-buffer-private.h"
+#include "buffer/gegl-tile-backend-ram.h"
+#include "buffer/gegl-tile-backend-tiledir.h"
+#include "buffer/gegl-tile-backend-file.h"
#include "gegl-config.h"
#include "graph/gegl-node.h"
-
/* if this function is made to return NULL swapping is disabled */
const gchar *
gegl_swap_dir (void)
@@ -312,11 +314,6 @@ GeglConfig *gegl_config (void)
return GEGL_CONFIG (config);
}
-void gegl_tile_backend_ram_stats (void);
-void gegl_tile_backend_tiledir_stats (void);
-void gegl_tile_backend_file_stats (void);
-
-
static void swap_clean (void)
{
const gchar *swap_dir = gegl_swap_dir ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]