mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:20:38 +00:00
Make private symbols actually private (1/n).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a58d9175b
commit
0759f5093f
5 changed files with 22 additions and 12 deletions
|
@ -115,10 +115,10 @@ static NSColor *clearColor = nil;
|
|||
static Class cachedClass = 0;
|
||||
static Class bitmapClass = 0;
|
||||
|
||||
NSArray *iterate_reps_for_types(NSArray *imageReps, SEL method);
|
||||
static NSArray *iterate_reps_for_types(NSArray *imageReps, SEL method);
|
||||
|
||||
/* Find the GSRepData object holding a representation */
|
||||
GSRepData*
|
||||
static GSRepData*
|
||||
repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
||||
{
|
||||
NSEnumerator *enumerator = [_reps objectEnumerator];
|
||||
|
@ -1309,7 +1309,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
array of objects. Add these together, with duplicates
|
||||
weeded out. Used by imageUnfilteredPasteboardTypes,
|
||||
imageUnfilteredFileTypes, etc. */
|
||||
NSArray *
|
||||
static NSArray *
|
||||
iterate_reps_for_types(NSArray* imageReps, SEL method)
|
||||
{
|
||||
NSImageRep *rep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue