Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused event handler
  • Loading branch information
jamesni committed Oct 10, 2011
1 parent a056bda commit 33b3847
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -460,17 +460,6 @@ public void onCopySource(CopySourceEvent event)

}));

registerHandler(eventBus.addHandler(ButtonDisplayChangeEvent.getType(), new ButtonDisplayChangeEventHandler()
{

@Override
public void onButtonDisplayChange(ButtonDisplayChangeEvent event)
{
display.getTargetCellEditor().setShowOperationButtons(event.isShowButtons());
display.setShowCopyButtons(event.isShowButtons());
}
}));

registerHandler(eventBus.addHandler(EnterKeyEnabledEvent.getType(), new EnterKeyEnabledEventHandler()
{

Expand Down

0 comments on commit 33b3847

Please sign in to comment.