Ignore:
Timestamp:
10/25/08 01:05:37 (4 years ago)
Author:
jlee
Message:

I'm just going through my old projects and cleaning up all the Java compiler warnings. None of these changes have been tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/ManualSplit.java

    r162 r172  
    3232 
    3333public class ManualSplit extends Composite implements SelectionListener, Job { 
    34         private CTabItem tabItem; 
    3534        private InputVideo inputVideo; 
    3635        private Text hr, min, sec; 
     
    3837        private Label length; 
    3938        private List marksList; 
    40         private String mplayerPath, syncVideo; 
     39        private String mplayerPath; 
    4140        private Mark[] syncMarks; 
    4241         
    4342        public ManualSplit(Composite parent, int style, CTabItem tabItem, InputVideo inputVideo, String mplayerPath) throws Exception { 
    4443                super(parent, style); 
    45                 this.tabItem = tabItem; 
    4644                this.inputVideo = inputVideo; 
    4745                this.mplayerPath = mplayerPath; 
Note: See TracChangeset for help on using the changeset viewer.