mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
remove some extra methods after menu cleanup
This commit is contained in:
parent
e2ae85176f
commit
0ec2b761e9
2 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue