app/base/base-types.h remove redundant and inconsistently used MaskBuf
2007-04-13 Michael Natterer <mitch@gimp.org> * app/base/base-types.h * app/base/temp-buf.[ch]: remove redundant and inconsistently used MaskBuf type and API. * app/core/gimpbrush-scale.c * app/paint/gimpbrushcore.[ch]: use TempBuf and its API instead. This also optimizes away a useless memset() on brush scaling, we completely fill each of the created buffers anyway. svn path=/trunk/; revision=22249
This commit is contained in:
committed by
Michael Natterer
parent
5543191b0a
commit
f2acde4c60
@ -69,13 +69,4 @@ guchar * temp_buf_data_clear (TempBuf *buf);
|
||||
gsize temp_buf_get_memsize (TempBuf *buf);
|
||||
|
||||
|
||||
/* The mask buffer functions */
|
||||
|
||||
MaskBuf * mask_buf_new (gint width,
|
||||
gint height);
|
||||
void mask_buf_free (MaskBuf *mask_buf);
|
||||
guchar * mask_buf_data (MaskBuf *mask_buf);
|
||||
guchar * mask_buf_data_clear (MaskBuf *mask_buf);
|
||||
|
||||
|
||||
#endif /* __TEMP_BUF_H__ */
|
||||
|
||||
Reference in New Issue
Block a user