diff --git a/GeoModel2G4/src/Geo2G4SolidFactory.cxx b/GeoModel2G4/src/Geo2G4SolidFactory.cxx
index 5b8a7b063e140834dab0c21ea18d775791f6baa5..4a70c08710f39e3a47182831b82c2776504d247c 100644
--- a/GeoModel2G4/src/Geo2G4SolidFactory.cxx
+++ b/GeoModel2G4/src/Geo2G4SolidFactory.cxx
@@ -573,14 +573,14 @@ G4VSolid *Geo2G4SolidFactory::Build(const GeoShape* geoShape, std::string name)
   sharedShapes[geoShape] = theSolid;
   return theSolid;
 }
-//TODO createLArWheelSolid
+//createLArWheelSolid
 G4VSolid* Geo2G4SolidFactory::createLArWheelSolid(const std::string& name, const LArWheelSolidDef_t & lwsdef) const { // LArWheelSolid_t wheelType, int zside
         LArWheelSolid_t wheelType = lwsdef.first;
         int zside = lwsdef.second;
 
         LArWheelSolid * theLWS = new LArWheelSolid(name, wheelType, zside);
 
-        LArWheelSolidDDProxy * theLWS_p = new LArWheelSolidDDProxy(theLWS);
+        //LArWheelSolidDDProxy * theLWS_p = new LArWheelSolidDDProxy(theLWS);
         // ownership is passed to detStore
         //if ( detStore()->record(theLWS_p,  name).isFailure() ) {
         //  std::cout<<"Can't store proxy for LArWheelSolid to the DetectorStore"<<std::endl;