core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/FileImageModel.java
changeset 448 f67171885c66
parent 447 5018b19f0952
--- a/core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/FileImageModel.java	Tue Aug 18 11:47:39 2009 -0500
+++ b/core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/FileImageModel.java	Tue Aug 18 14:13:23 2009 -0500
@@ -60,10 +60,6 @@
 				? basePath.append(filePath) : filePath;
 		}
 		
-		if (this.sourceLocation != null && this.sourceLocation.getDevice() == null){
-			this.sourceLocation = this.sourceLocation.setDevice(basePath.getDevice());
-		}
-		
 	}
 	
 	/**