summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-01-17 10:01:34 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-01-17 10:01:34 +0100
commit0a3622f770ab24251bfb0e9f6d7927429323d07f (patch)
treed009bcc6aeb9189dc40ba17fc0f161a2a0a122ea /src/Panorama.cxx
parentc972f4a2023f94cd837c001e34715ab924745eb6 (diff)
whitespace
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index bcf42b1..839d70c 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -483,8 +483,6 @@ Panorama::is_visible(double a_alph) {
int
Panorama::get_coordinates(double a_alph, double a_nick, double *x, double *y) {
-
-
if (is_visible(a_alph)) {
proj->get_coordinates(a_alph, a_nick, &parms, x, y);
return 0;