Index: src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java
===================================================================
--- src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java	(revision 19576)
+++ src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java	(working copy)
@@ -45,7 +45,6 @@
 import org.openstreetmap.josm.gui.util.ChangeNotifier;
 import org.openstreetmap.josm.tools.CheckParameterUtil;
 import org.openstreetmap.josm.tools.ColorScale;
-import org.openstreetmap.josm.tools.Logging;
 
 /**
  * This is the model used by the history browser.
@@ -142,14 +141,6 @@
         if (primitive.isNew() || !primitive.isUsable())
             return false;
 
-        //try creating a history primitive. if that fails, the primitive cannot be used.
-        try {
-            HistoryOsmPrimitive.forOsmPrimitive(primitive);
-        } catch (IllegalArgumentException ign) {
-            Logging.trace(ign);
-            return false;
-        }
-
         if (history == null)
             return false;
         // only show latest of the same version if it is modified
