chore: remove SOGoUI/UIxJSClose

This commit is contained in:
Francis Lachapelle
2021-06-14 11:38:43 -04:00
parent 89c31d8ee2
commit 9dbb77047e
7 changed files with 1 additions and 166 deletions

View File

@@ -44,7 +44,7 @@
#import <SOGo/WOContext+SOGo.h>
#import <SOGo/WOResourceManager+SOGo.h>
#import "UIxJSClose.h"
#import "UIxComponent.h"
@interface UIxComponent (PrivateAPI)
@@ -448,17 +448,6 @@ static SoProduct *commonProduct = nil;
return ([[self queryParameterForKey: @"noframe"] boolValue]);
}
- (UIxComponent *) jsCloseWithRefreshMethod: (NSString *) methodName
{
UIxJSClose *jsClose;
jsClose = [UIxJSClose new];
[jsClose autorelease];
[jsClose setRefreshMethod: [methodName doubleQuotedString]];
return jsClose;
}
/* common conditions */
- (BOOL) canCreateOrModify
{