mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:46:29 +02:00
Remove unused Headers
This commit is contained in:
parent
c0725813b6
commit
88d42f931e
2 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,6 @@
|
|||
#ifndef hifi_RenderUtil_h
|
||||
#define hifi_RenderUtil_h
|
||||
|
||||
#include <MatrixStack.h>
|
||||
|
||||
/// Renders a quad from (-1, -1, 0) to (1, 1, 0) with texture coordinates from (sMin, tMin) to (sMax, tMax).
|
||||
void renderFullscreenQuad(float sMin = 0.0f, float sMax = 1.0f, float tMin = 0.0f, float tMax = 1.0f);
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
//
|
||||
|
||||
#include "TextRenderer.h"
|
||||
#include "MatrixStack.h"
|
||||
|
||||
#include <QWindow>
|
||||
#include <QFile>
|
||||
|
|
Loading…
Reference in a new issue