mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
5372 remove unused code
This commit is contained in:
parent
81c1326b16
commit
69420a0c09
@ -429,11 +429,9 @@ public class ResultsPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
private class VideoThumbnailWorker extends SwingWorker<Void, Void> {
|
private class VideoThumbnailWorker extends SwingWorker<Void, Void> {
|
||||||
|
|
||||||
private final ResultFile file;
|
|
||||||
private final VideoThumbnailsWrapper thumbnailWrapper;
|
private final VideoThumbnailsWrapper thumbnailWrapper;
|
||||||
|
|
||||||
VideoThumbnailWorker(ResultFile file) {
|
VideoThumbnailWorker(ResultFile file) {
|
||||||
this.file = file;
|
|
||||||
thumbnailWrapper = new VideoThumbnailsWrapper(new ArrayList<Image>(), new int[4], file.getAbstractFile());
|
thumbnailWrapper = new VideoThumbnailsWrapper(new ArrayList<Image>(), new int[4], file.getAbstractFile());
|
||||||
videoThumbnailViewer.addRow(thumbnailWrapper);
|
videoThumbnailViewer.addRow(thumbnailWrapper);
|
||||||
}
|
}
|
||||||
@ -445,9 +443,6 @@ public class ResultsPanel extends javax.swing.JPanel {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void done() {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user