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/SingleVideo.java

    r161 r172  
    3333 
    3434public class SingleVideo extends Composite implements SelectionListener, TabItemControl, Job { 
    35         private CTabItem tabItem; 
    3635        private InputVideo inputVideo; 
    3736        private MPlayerInfo inputVideoInfo; 
     
    4443        public SingleVideo(Composite parent, int style, CTabItem tabItem, InputVideo inputVideo, String mplayerPath) throws Exception { 
    4544                super(parent, style); 
    46                 this.tabItem = tabItem; 
    4745                this.inputVideo = inputVideo; 
    4846                this.mplayerPath = mplayerPath; 
     
    234232         
    235233        public void setTabItem(CTabItem tabItem) { 
    236                 this.tabItem = tabItem; 
     234                // empty 
    237235        } 
    238236         
Note: See TracChangeset for help on using the changeset viewer.