From 4d8ee2be43d4ea2e475db2a9b4fccb13491f0981 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 30 May 2017 15:38:23 +0100 Subject: [PATCH] Remove a function that is unimplemented and unused --- qrenderdoc/Code/QRDUtils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qrenderdoc/Code/QRDUtils.h b/qrenderdoc/Code/QRDUtils.h index 5c73cf032..2f62cd987 100644 --- a/qrenderdoc/Code/QRDUtils.h +++ b/qrenderdoc/Code/QRDUtils.h @@ -628,8 +628,6 @@ public: QVariantList GetVariants(const byte *&data, const byte *end) const; ShaderVariable GetShaderVar(const byte *&data, const byte *end) const; - QString ElementString(const QVariant &var); - uint32_t byteSize() const; QString name;