Remove commented out code

This commit is contained in:
Gregory John Casamento 2020-05-06 16:36:53 -04:00
parent fb280df615
commit 5d74923ac3

View file

@ -241,20 +241,6 @@ static Class pathComponentCellClass;
{
[self setPathStyle: [coder decodeIntegerForKey: @"NSPathStyle"]];
}
/*
if ([coder containsValueForKey: @"NSPathComponentCells"])
{
[self setPathComponentCells: [coder decodeObjectForKey: @"NSPathComponentCells"]];
}
*/
/*
if ([coder containsValueForKey: @"NSContents"])
{
[self setURL: [coder decodeObjectForKey: @"NSContents"]];
}
*/
}
else
{