diff options
Diffstat (limited to 'src/Hill.cxx')
-rw-r--r-- | src/Hill.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx index 0504eeb..9b68c92 100644 --- a/src/Hill.cxx +++ b/src/Hill.cxx @@ -30,8 +30,6 @@ Hill::Hill(const Hill& h) { lam = h.lam; height = h.height; alph = h.alph; - a_view = h.a_view; - a_view = h.a_view; dist = h.dist; x = h.x; y = h.y; |