Skip to content

remove deprecated method from grid interface

Martin Nolte requested to merge feature/remove-deprecated-grid-methods into master

The following methods on the grid were deprecated in the 2.5 release:

  • overlapSize
  • ghostSize
  • communicate

This patch removes these methods and their implementations.

Merge request reports