core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/MaskedFileImageModel.java
changeset 448 f67171885c66
parent 446 8cd2a2915e7b
--- a/core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/MaskedFileImageModel.java	Tue Aug 18 11:47:39 2009 -0500
+++ b/core/com.nokia.carbide.cpp.ui/src/com/nokia/carbide/cpp/internal/ui/images/MaskedFileImageModel.java	Tue Aug 18 14:13:23 2009 -0500
@@ -62,9 +62,6 @@
 			else
 				maskSourceLocation = basePath.append(maskPath);
 		}
-		if (maskSourceLocation != null && maskSourceLocation.getDevice() == null){
-			maskSourceLocation = maskSourceLocation.setDevice(basePath.getDevice());
-		}
 	}
 
 	/**
@@ -84,9 +81,6 @@
 			else
 				maskSourceLocation = basePath.append(maskPath);
 		}
-		if (maskSourceLocation != null && maskSourceLocation.getDevice() == null){
-			maskSourceLocation = maskSourceLocation.setDevice(basePath.getDevice());
-		}
 	}