3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 16:23:15 +02:00

Remove _baker inside ModelBakeWidget

This commit is contained in:
Ryan Huffman 2017-12-08 16:45:27 -08:00
parent 53ce137b7c
commit 7b48f08566
2 changed files with 2 additions and 5 deletions

View file

@ -23,9 +23,11 @@
#include "../Oven.h"
#include "OvenMainWindow.h"
#include "FBXBaker.h"
#include "OBJBaker.h"
#include "ModelBakeWidget.h"
static const auto EXPORT_DIR_SETTING_KEY = "model_export_directory";
static const auto MODEL_START_DIR_SETTING_KEY = "model_search_directory";

View file

@ -16,9 +16,6 @@
#include <SettingHandle.h>
#include <FBXBaker.h>
#include <OBJBaker.h>
#include "BakeWidget.h"
class QLineEdit;
@ -47,8 +44,6 @@ private:
Setting::Handle<QString> _exportDirectory;
Setting::Handle<QString> _modelStartDirectory;
std::unique_ptr<Baker> _baker;
};
#endif // hifi_ModelBakeWidget_h