mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Remove commented out code
This commit is contained in:
parent
fb280df615
commit
5d74923ac3
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue