From c6260c55f2546bf4c639d53939f7def3ad873d2b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 11 Jul 2008 08:22:53 +0000 Subject: [PATCH] removed misleading comment. 2008-07-11 Sven Neumann * app/main.c (gimp_init_malloc): removed misleading comment. svn path=/trunk/; revision=26116 --- ChangeLog | 4 ++++ app/main.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40a7aa4541..c800d9e067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-11 Sven Neumann + + * app/main.c (gimp_init_malloc): removed misleading comment. + 2008-07-11 Sven Neumann * app/base/color-balance.c (color_balance_create_lookup_tables): diff --git a/app/main.c b/app/main.c index 1c820bcb62..b1bd0c19b5 100644 --- a/app/main.c +++ b/app/main.c @@ -607,9 +607,6 @@ gimp_init_malloc (void) * * An alternative to tuning this parameter would be to use * malloc_trim(), for example after releasing a large tile-manager. - * - * Another possibility is to switch to using GSlice as soon as this - * API is available in a stable GLib release. */ mallopt (M_MMAP_THRESHOLD, TILE_WIDTH * TILE_HEIGHT); #endif