mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 02:04:05 +02:00
removed dead code
This commit is contained in:
parent
6e95c52444
commit
5b14a4eed3
1 changed files with 0 additions and 3 deletions
|
@ -86,9 +86,6 @@ const float MIRROR_FULLSCREEN_DISTANCE = 0.35f;
|
|||
const float MIRROR_REARVIEW_DISTANCE = 0.65f;
|
||||
const float MIRROR_REARVIEW_BODY_DISTANCE = 2.3f;
|
||||
|
||||
//const char* LOCAL_VOXEL_CACHE = "/Users/brad/local_voxel_cache.svo";
|
||||
|
||||
|
||||
void messageHandler(QtMsgType type, const QMessageLogContext& context, const QString &message) {
|
||||
fprintf(stdout, "%s", message.toLocal8Bit().constData());
|
||||
Application::getInstance()->getLogger()->addMessage(message.toLocal8Bit().constData());
|
||||
|
|
Loading…
Reference in a new issue