mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
Remove unused libprojectM/Renderer/RenderContext.* files
Used class RenderContext is now defined in Renderable.*
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
//
|
||||
|
||||
#include "RenderContext.hpp"
|
||||
|
||||
RenderContext::RenderContext()
|
||||
: time(0),texsize(512), aspectRatio(1), aspectCorrect(false){};
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
|
||||
#ifndef RenderContext_hpp
|
||||
#define RenderContext_hpp
|
||||
#include "TextureManager.hpp"
|
||||
|
||||
class BeatDetect;
|
||||
class ShaderEngine;
|
||||
|
||||
class RenderContext
|
||||
{
|
||||
public:
|
||||
float time;
|
||||
int texsize;
|
||||
float aspectRatio;
|
||||
bool aspectCorrect;
|
||||
BeatDetect *beatDetect;
|
||||
TextureManager *textureManager;
|
||||
|
||||
RenderContext();
|
||||
};
|
||||
|
||||
#endif /* RenderContext_hpp */
|
||||
Reference in New Issue
Block a user