public void remove(PipAnimateSet ani) {
   for (int i = 0; i < ani.getFileCount(); i++) {
     remove(ani.getSourceImage(i));
   }
 }