X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/ce5cb9e3b065ec3eabd2ffa79923043fdfb2087a..40fe15ee6190427f3bbc5db4ff640442626cc3bb:/surfacepoint.cpp diff --git a/surfacepoint.cpp b/surfacepoint.cpp deleted file mode 100644 index 4e39d07..0000000 --- a/surfacepoint.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "surfacepoint.h" - -double SurfacePoint::getHeight() const -{ - return m_height; -} - -void SurfacePoint::setHeight(double height) -{ - m_height = height; -}