removed a leftover warning (bug #97214).

2003-03-11  Sven Neumann  <sven@gimp.org>

	* app/paint/gimpairbrush.c (gimp_airbrush_paint): removed a
	leftover warning (bug #97214).
This commit is contained in:
Sven Neumann
2003-03-11 20:04:33 +00:00
committed by Sven Neumann
parent 901040bd09
commit 6495ba7a30
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-11 Sven Neumann <sven@gimp.org>
* app/paint/gimpairbrush.c (gimp_airbrush_paint): removed a
leftover warning (bug #97214).
2003-03-11 Sven Neumann <sven@gimp.org>
* app/config/gimprc-blurbs.h: improved a few blurbs.

View File

@ -163,7 +163,6 @@ gimp_airbrush_paint (GimpPaintCore *paint_core,
case INIT_PAINT:
if (timeout_id)
{
g_warning ("killing stray timer, please report to lewing@gimp.org");
g_source_remove (timeout_id);
timeout_id = 0;
}