build warnings

Monotone-Parent: 45249fe68411e1b5ecd968fb87f91801d6882115
Monotone-Revision: 9ea936d2bbff9184d4e2df3779bdc267702b6996

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-22T16:33:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-01-22 16:33:35 +00:00
parent 2df89a88ca
commit 1e5155e1a2
14 changed files with 62 additions and 48 deletions
-10
View File
@@ -365,16 +365,6 @@ static NSMutableArray *abbrMonthLabelKeys = nil;
return [[currentClient baseURLInContext: context] hostlessURL];
}
- (NSString *) resourcesPath
{
WOResourceManager *rm;
if ((rm = [self resourceManager]) == nil)
rm = [[WOApplication application] resourceManager];
return [rm webServerResourcesPath];
}
- (NSString *) ownPath
{
NSString *uri;