| Re: [AD] Removing progress callbacks | 
[ Thread Index | 
Date Index
| More lists.liballeg.org/allegro-developers Archives
] 
On 2004-10-14, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> Any halfway decent computer is able to execute create_rgb_table()
> and create_light_table() in the blink of an eye.  I propose
> to remove the progress callbacks on calls to these functions
> in the examples.  They aren't needed any more and it makes the
> examples simpler.
> 
> Additionally, progress callbacks can be removed from the colormap
> and rgbmap tools, and test.  Actually, the rgbmap tool could be
> removed entirely (and colormap nearly so), but I'm not proposing
> that just yet.
> 
> Patch attached.
Commited. I also removed the stdio.h includes from the examples.