glviewvol

diff src/rend_fast.h @ 6:f22be47a3572

moved to TransferFuncs completely
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 30 Dec 2014 06:22:54 +0200
parents 5417c25cb238
children fb6d93471352
line diff
     1.1 --- a/src/rend_fast.h	Mon Dec 29 15:59:55 2014 +0200
     1.2 +++ b/src/rend_fast.h	Tue Dec 30 06:22:54 2014 +0200
     1.3 @@ -15,8 +15,6 @@
     1.4  	void destroy();
     1.5  
     1.6  	void set_volume(Volume *vol);
     1.7 -	Curve &transfer_curve(int color);
     1.8 -	void set_simple_transfer(float low, float high);
     1.9  
    1.10  	void update(unsigned int msec);
    1.11  	void render() const;