ResReferenceValue: removed some old code.

This commit is contained in:
Ryszard Wiśniewski 2010-03-23 23:55:27 +01:00
parent 62ff8d58df
commit 77957ae1ae

View File

@ -43,13 +43,10 @@ public class ResReferenceValue extends ResIntValue {
if (isNull()) {
return "@null";
}
// try {
return
(mTheme ? '?' : '@') +
getReferent().getFullName(mPackage, mTheme);
// } catch (AndrolibException ex) {
// return "@" + String.valueOf(mValue);
// }
}
public ResResSpec getReferent() throws AndrolibException {