From e6b0dc592be1233228acbd5f22b78728b1b414a9 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Mon, 22 Sep 2014 15:03:25 -0700 Subject: [PATCH] Don't save the billboard. --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index bcb732521d..105fb6a973 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2741,8 +2741,6 @@ QImage Application::renderAvatarBillboard() { _textureCache.getPrimaryFramebufferObject()->release(); - image.save("billboard.png"); - return image; }