Mercurial > hg > wm
diff Meerwald/wang_common.h @ 20:bd669312f068
suppress warnings, fix link errors
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
---|---|
date | Sat, 28 Jan 2023 23:54:58 +0100 |
parents | be303a3f5ea8 |
children |
line wrap: on
line diff
--- a/Meerwald/wang_common.h Tue Sep 21 13:40:51 2010 +0200 +++ b/Meerwald/wang_common.h Sat Jan 28 23:54:58 2023 +0100 @@ -17,9 +17,6 @@ char** selected; } *Subband_data; -Subband_data *subbands; -int n_subbands; - void init_subbands(Image_tree tree); Subband_data alloc_subband(int type, Image_tree tree); void free_subband(Subband_data subband);