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:

committed by
Sven Neumann

parent
901040bd09
commit
6495ba7a30
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user