summaryrefslogtreecommitdiff
path: root/dgl/NanoVG.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-05-30 01:16:21 +0100
committerfalkTX <falktx@gmail.com>2014-05-30 01:16:21 +0100
commit2a076932ef2f0870bb96743e9fb02ae7ca1f32b9 (patch)
tree7959fdc9bbdffc29352cc6e4542ea634d28f4dec /dgl/NanoVG.hpp
parent2f1fb1b2de8d4eb0fd7d5f8dd54ba492cf2d4da5 (diff)
NanoImage::isValid is useless now, remove it
Diffstat (limited to 'dgl/NanoVG.hpp')
-rw-r--r--dgl/NanoVG.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/dgl/NanoVG.hpp b/dgl/NanoVG.hpp
index dc99e634..8d6642b9 100644
--- a/dgl/NanoVG.hpp
+++ b/dgl/NanoVG.hpp
@@ -43,11 +43,6 @@ public:
~NanoImage();
/**
- Check if this is a valid image.
- */
- bool isValid() const noexcept;
-
- /**
Get size.
*/
Size<int> getSize() const;