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:
Richard Frith-MacDonald 2000-11-20 21:34:16 +00:00
parent e14023c539
commit 4211a9d8dd
4 changed files with 6 additions and 27 deletions

View file

@ -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"];
}
}