remove some extra methods after menu cleanup

This commit is contained in:
Stephen Birarda 2013-08-15 15:44:03 -07:00
parent e2ae85176f
commit 0ec2b761e9
2 changed files with 0 additions and 8 deletions

View file

@ -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();

View file

@ -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();