mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
chore: remove SOGoUI/UIxJSClose
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user