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:
alexm 2003-10-30 00:23:23 +00:00
parent 4a58d9175b
commit 0759f5093f
5 changed files with 22 additions and 12 deletions

View file

@ -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;