c41 bug fix from edouard
[goodguy/history.git] / cinelerra-5.1 / plugins / C41 / c41.h
index e2ec02789b58f73c438699467353a1d3694a1034..50ee87d4fd3c86442a145a71c06767044c8a62bf 100644 (file)
@@ -175,8 +175,6 @@ public:
        void save_data(KeyFrame *keyframe);
        void read_data(KeyFrame *keyframe);
        void render_gui(void* data);
-       float fix_exepts(float ival);
-       float normalize_pixel(float ival);
 #if defined(C41_FAST_POW)
        float myLog2(float i) __attribute__ ((optimize(0)));
        float myPow2(float i) __attribute__ ((optimize(0)));