Xcode: Remove dead code
Variable 'ext' already checked for equality to "xib" so remove the branch that will never be executed.
This commit is contained in:
parent
0d2318dedd
commit
d9f1f917c4
|
@ -778,10 +778,6 @@ GetSourcecodeValueFromFileExtension(const std::string& _ext,
|
|||
{
|
||||
sourcecode += ".c.objc";
|
||||
}
|
||||
else if(ext == "xib")
|
||||
{
|
||||
sourcecode += ".file.xib";
|
||||
}
|
||||
else if(ext == "plist")
|
||||
{
|
||||
sourcecode += ".text.plist";
|
||||
|
|
Loading…
Reference in New Issue