Remove unused Headers

This commit is contained in:
Atlante45 2015-05-26 18:12:20 +02:00
parent c0725813b6
commit 88d42f931e
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -9,7 +9,6 @@
//
#include "TextRenderer.h"
#include "MatrixStack.h"
#include <QWindow>
#include <QFile>