X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fbitspopup.h;h=7c6999fac0536ff94f82e97ea31f9e994a607350;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=7733a561d6f71afcd16bcc201151b27846349e5f;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/bitspopup.h b/cinelerra-5.0/cinelerra/bitspopup.h index 7733a561..7c6999fa 100644 --- a/cinelerra-5.0/cinelerra/bitspopup.h +++ b/cinelerra-5.0/cinelerra/bitspopup.h @@ -34,7 +34,6 @@ public: int x, int y, int *output, - int use_ima4, int use_ulaw, int use_adpcm, int use_float, @@ -48,7 +47,7 @@ public: BitsPopupMenu *menu; ArrayList bits_items; BitsPopupText *textbox; - int x, y, use_ima4, use_ulaw, use_float, use_adpcm, *output; + int x, y, use_ulaw, use_float, use_adpcm, *output; int use_32linear; int use_8linear; BC_WindowBase *parent_window;