File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ void HaarTracking::drawObjectNodeConfig(){
280280// --------------------------------------------------------------
281281void  HaarTracking::removeObjectContent (bool  removeFileFromData){
282282    if (removeFileFromData){
283-         removeFile (filepath);
283+         // removeFile(filepath);
284284    }
285285}
286286
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ void moTimeline::removeObjectContent(bool removeFileFromData){
457457        window->setWindowShouldClose ();
458458    }
459459    if (removeFileFromData){
460-         removeFile (filepath);
460+         // removeFile(filepath);
461461    }
462462}
463463
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ void PDPatch::removeObjectContent(bool removeFileFromData){
345345    pd.clear ();
346346
347347    if (removeFileFromData){
348-         removeFile (filepath);
348+         // removeFile(filepath);
349349    }
350350}
351351
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ void SoundfilePlayer::removeObjectContent(bool removeFileFromData){
379379        it->second .disconnectAll ();
380380    }
381381    if (removeFileFromData){
382-         removeFile (filepath);
382+         // removeFile(filepath);
383383    }
384384}
385385
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments