summaryrefslogtreecommitdiff
path: root/glcdgraphics
diff options
context:
space:
mode:
Diffstat (limited to 'glcdgraphics')
-rw-r--r--glcdgraphics/imagefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/imagefile.h b/glcdgraphics/imagefile.h
index 2cc1eba..959d31e 100644
--- a/glcdgraphics/imagefile.h
+++ b/glcdgraphics/imagefile.h
@@ -31,7 +31,7 @@ public:
virtual bool Load(cImage & image, const std::string & fileName);
virtual bool Save(cImage & image, const std::string & fileName);
- virtual bool SupportsScaling(void) { return true; }
+ //virtual bool SupportsScaling(void) { return true; }
virtual bool LoadScaled(cImage & image, const std::string & fileName, uint16_t & scalew, uint16_t & scaleh);
};