mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Remove unused default constructor for GLTFSerializer
This commit is contained in:
parent
a04c822ef0
commit
a63888cac8
2 changed files with 0 additions and 7 deletions
|
@ -36,11 +36,6 @@
|
|||
#include "FBXSerializer.h"
|
||||
#include <hfm/HFMSimpleFormat.h>
|
||||
|
||||
|
||||
GLTFSerializer::GLTFSerializer() {
|
||||
|
||||
}
|
||||
|
||||
bool GLTFSerializer::getStringVal(const QJsonObject& object, const QString& fieldname,
|
||||
QString& value, QMap<QString, bool>& defined) {
|
||||
bool _defined = (object.contains(fieldname) && object[fieldname].isString());
|
||||
|
|
|
@ -704,8 +704,6 @@ struct GLTFFile {
|
|||
class GLTFSerializer : public QObject, public HFMSerializer {
|
||||
Q_OBJECT
|
||||
public:
|
||||
GLTFSerializer();
|
||||
|
||||
static std::shared_ptr<hfm::Format> FORMAT;
|
||||
|
||||
HFMModel::Pointer read(const QByteArray& data, const QVariantHash& mapping, const QUrl& url = QUrl()) override;
|
||||
|
|
Loading…
Reference in a new issue