From 0ec2b761e968df4ffec055d5d2e19e2dbd138e22 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 15 Aug 2013 15:44:03 -0700 Subject: [PATCH] remove some extra methods after menu cleanup --- interface/src/Application.cpp | 5 ----- interface/src/Application.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 96ae631bb6..1674fcd312 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1104,11 +1104,6 @@ void Application::setFullscreen(bool fullscreen) { updateCursor(); } -void Application::setFrustumOffset(bool frustumOffset) { - // reshape so that OpenGL will get the right lens details for the camera of choice - resizeGL(_glWidget->width(), _glWidget->height()); -} - void Application::setRenderVoxels(bool voxelRender) { if (!voxelRender) { doKillLocalVoxels(); diff --git a/interface/src/Application.h b/interface/src/Application.h index 4c5e8a8067..88551f1b16 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -162,8 +162,6 @@ private slots: void renderThrustAtVoxel(const glm::vec3& thrust); void renderLineToTouchedVoxel(); - void setFrustumOffset(bool frustumOffset); - void renderCoverageMap(); void renderCoverageMapsRecursively(CoverageMap* map); @@ -182,7 +180,6 @@ private: static void processAvatarFaceVideoMessage(unsigned char* packetData, size_t dataBytes); static void sendPingPackets(); - void updateFrustumRenderModeAction(); void initDisplay(); void init();