Index: trunk/geticons.pl
===================================================================
--- trunk/geticons.pl	(revision 13279)
+++ trunk/geticons.pl	(revision 13281)
@@ -69,9 +69,4 @@
         ++$icons{$i};
       }
-      if($l =~ /createPreferenceTab\(\"(.*?)\"/)
-      {
-        my $i = "preferences/$1";
-        ++$icons{$i};
-      }
       if($l =~ /setIcon\(\"(.*?)\"/)
       {
@@ -89,9 +84,4 @@
         ++$icons{$i};
       }
-      if($l =~ /ImageProvider\.overlay\(.*?,\s*\"(.*?)\",/)
-      {
-        my $i = $1;
-        ++$icons{$i};
-      }
       if($l =~ /getCursor\(\"(.*?)\",\s*\"(.*?)\"/)
       {
@@ -106,9 +96,4 @@
         ++$icons{$i};
       }
-      if($l =~ /SideButton*\(\s*(?:mark)?tr\s*\(\s*\".*?\"\s*\)\s*,\s*\"(.*?)\"/)
-      {
-        my $i = "dialogs/$1";
-        ++$icons{$i};
-      }
       if($l =~ /super\(\s*tr\(\".*?\"\),\s*\"(.*?)\"/s)
       {
@@ -119,14 +104,4 @@
       {
         my $i = "$extends$1";
-        ++$icons{$i};
-      }
-      if($l =~ /audiotracericon\",\s*\"(.*?)\"/s)
-      {
-        my $i = "markers/$1";
-        ++$icons{$i};
-      }
-      if($l =~ /\"(.*?)\",\s*parentLayer/s)
-      {
-        my $i = "markers/$1";
         ++$icons{$i};
       }
