removed misleading comment.

2008-07-11  Sven Neumann  <sven@gimp.org>

	* app/main.c (gimp_init_malloc): removed misleading comment.


svn path=/trunk/; revision=26116
This commit is contained in:
Sven Neumann 2008-07-11 08:22:53 +00:00 committed by Sven Neumann
parent c7a8fc98eb
commit c6260c55f2
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-07-11 Sven Neumann <sven@gimp.org>
* app/main.c (gimp_init_malloc): removed misleading comment.
2008-07-11 Sven Neumann <sven@gimp.org>
* app/base/color-balance.c (color_balance_create_lookup_tables):

View File

@ -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