diff options
Diffstat (limited to 'tksao/frame/framergb.C')
-rw-r--r-- | tksao/frame/framergb.C | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tksao/frame/framergb.C b/tksao/frame/framergb.C index b197f05..cee716f 100644 --- a/tksao/frame/framergb.C +++ b/tksao/frame/framergb.C @@ -90,22 +90,6 @@ void FrameRGB::alignWCS(Coord::CoordSystem sys, Coord::SkyFrame sky) updateRGBMatrices(); } -#ifdef OLDWCS -void FrameRGB::alignWCS(FitsImage* ptr, Coord::CoordSystem sys) -{ - if (!wcsAlign_ || !(keyContext->fits) || !ptr || - !keyContext->fits->hasWCS(wcsSystem_)) { - wcsOrientation = Coord::NORMAL; - wcsOrientationMatrix.identity(); - wcsRotation = 0; - } - else - calcAlignWCS(ptr, keyContext->fits, wcsSystem_, sys, wcsSky_, - &wcsOrientation, &wcsOrientationMatrix, &wcsRotation, &zoom_); - - updateRGBMatrices(); -} -#else void FrameRGB::alignWCS(FitsImage* ptr, Coord::CoordSystem sys) { if (!wcsAlign_ || !(keyContext->fits) || !ptr || @@ -128,7 +112,6 @@ void FrameRGB::alignWCS(FitsImage* ptr, Coord::CoordSystem sys) updateRGBMatrices(); } -#endif int FrameRGB::doRender() { |