summaryrefslogtreecommitdiffstats
path: root/tksao/frame/context.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-22 16:55:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-22 16:55:47 (GMT)
commitb40f0d15ed57ae60599c008845f86c0a66c7db74 (patch)
tree7e23f3c27276512f165c2351b52aec45e37d285e /tksao/frame/context.C
parentd19f1db263918c8b7d2379b53c3242976fee3ae4 (diff)
downloadblt-b40f0d15ed57ae60599c008845f86c0a66c7db74.zip
blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.gz
blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.bz2
new mask
Diffstat (limited to 'tksao/frame/context.C')
-rw-r--r--tksao/frame/context.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C
index 11d1afb..ad5d766 100644
--- a/tksao/frame/context.C
+++ b/tksao/frame/context.C
@@ -696,7 +696,7 @@ Vector Context::getMinMax()
}
int Context::load(Base::MemType which, const char* fn,
- FitsImage* img, Base::LayerType ll)
+ FitsImage* img)
{
if (!img || !img->isValid()) {
if (img)
@@ -902,8 +902,8 @@ void Context::loadInit(int cnt, Base::MosaicType type, Coord::CoordSystem sys)
}
int Context::loadMosaic(Base::MemType which, const char* fn,
- FitsImage* img, Base::LayerType ll,
- Base::MosaicType type, Coord::CoordSystem sys)
+ FitsImage* img, Base::MosaicType type,
+ Coord::CoordSystem sys)
{
if (!img || !img->isValid()) {
if (img)