mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
remove reference to NSBotmapCharacterSet
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
563b6a4282
commit
aeffcad973
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@
|
|||
|
||||
#ifndef STRICT_MACOS_X
|
||||
/**
|
||||
* Initializes from a bitmap. (See [NSBitmapCharSet].) File must have
|
||||
* extension "<code>.bitmap</code>". (To get around this load the file
|
||||
* into data yourself and use
|
||||
* Initializes from a bitmap (4096 bytes representing 65536 values).
|
||||
* File must have extension "<code>.bitmap</code>".
|
||||
* To get around this load the file into data yourself and use
|
||||
* [NSCharacterSet -characterSetWithBitmapRepresentation].
|
||||
*/
|
||||
+ (NSCharacterSet*) characterSetWithContentsOfFile: (NSString*)aFile;
|
||||
|
|
Loading…
Reference in a new issue