Ignore:
Timestamp:
12/01/11 00:25:10 (13 years ago)
Author:
masberg
Message:

Remove unused, trival (and empty) constructors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/text/ModelicaCodeScanner.java

    r694 r1161  
    139139        };
    140140
    141         public ModelicaTypeDetector()
    142         {
    143         }
     141//      public ModelicaTypeDetector() {
     142//      }
    144143
    145144        public boolean isWordStart(char c)
     
    353352        };
    354353
    355         public ModelicaBuiltinRelationsDetector()
    356         {
    357         }
     354//      public ModelicaBuiltinRelationsDetector() {
     355//      }
    358356               
    359357        static public Vector<String> getSortedKeywordsList()
Note: See TracChangeset for help on using the changeset viewer.