--- old/src/macosx/native/sun/awt/CMenuComponent.m 2014-03-27 13:36:26.000000000 +0400 +++ new/src/macosx/native/sun/awt/CMenuComponent.m 2014-03-27 13:36:26.000000000 +0400 @@ -54,15 +54,6 @@ [self release]; } -// The method is used by all subclasses, since the process of the creation -// is the same. The only exception is the CMenuItem class. -- (void) _create_OnAppKitThread: (NSMutableArray *)argValue { - jobject cPeerObjGlobal = (jobject)[[argValue objectAtIndex: 0] pointerValue]; - CMenuItem *aCMenuItem = [self initWithPeer:cPeerObjGlobal]; - [argValue removeAllObjects]; - [argValue addObject: aCMenuItem]; -} - @end /*