mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Remove obsolete constant
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e14023c539
commit
4211a9d8dd
4 changed files with 6 additions and 27 deletions
|
@ -289,8 +289,6 @@ NSString *GSHTTPPropertyProxyHostKey;
|
|||
|
||||
NSString *GSHTTPPropertyProxyPortKey;
|
||||
|
||||
NSString *GSHTTPBodyKey;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
@ -516,8 +514,6 @@ GSBuildStrings()
|
|||
= [[SClass alloc] initWithCString: "GSHTTPPropertyProxyHostKey"];
|
||||
GSHTTPPropertyProxyPortKey
|
||||
= [[SClass alloc] initWithCString: "GSHTTPPropertyProxyPortKey"];
|
||||
GSHTTPBodyKey
|
||||
= [[SClass alloc] initWithCString: "GSHTTPBodyKey"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue