summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r--tksao/frame/fitsimage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index 5c4fe87..19445b8 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -481,12 +481,9 @@ class FitsImage {
const char* getValue(const Vector& v);
float getValueFloat(const Vector& v) {return data_->getValueFloat(v);}
double getValueDouble(const Vector& v) {return data_->getValueDouble(v);}
- int getValueMask(const Vector& v) {return data_->getValueMask(v);}
- int getValueMask(double x, double y) {return data_->getValueMask(x,y);}
float getValueFloat(long i) {return data_->getValueFloat(i);}
double getValueDouble(long i) {return data_->getValueDouble(i);}
- int getValueMask(long i) {return data_->getValueMask(i);}
void setClip(double l, double h) {data_->setClip(l,h);}