rework deglitch/optimize/stop_playback, sams ladspa icons, reticle color, tweak frame...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / atrack.C
index 9aceea0926604109c78a98e3dc5bc5cde2901086..ee39162ac00b6ceffd6987477d592b3c0d059807 100644 (file)
@@ -175,15 +175,3 @@ int ATrack::paste_derived(int64_t start, int64_t end, int64_t total_length, File
        return 0;
 }
 
-void ATrack::deglitch(double position, 
-       int edit_labels, int edit_plugins, int edit_autos)
-{
-       int64_t samples = to_units(position, 0);
-       edits->deglitch(samples);
-       if( edit_plugins ) {
-               for(int i = 0; i < plugin_set.size(); i++) {
-                       plugin_set.get(i)->deglitch(samples);
-               }
-       }
-}
-