Fixed compiler warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12575 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-03-25 22:13:16 +00:00
parent f857393ca2
commit 516e57d274

View File

@@ -33,7 +33,6 @@ using namespace video;
using namespace scene;
PostProcessing::PostProcessing(video::IVideoDriver* video_driver)
: m_vertices(NULL)
{
// Check if post-processing is supported on this hardware
m_supported = false;
@@ -233,7 +232,6 @@ void PostProcessing::render()
for(m_current_camera=0; m_current_camera<Camera::getNumCameras();
m_current_camera++)
{
Camera *camera = Camera::getCamera(m_current_camera);
// Draw the fullscreen quad while applying the corresponding
// post-processing shaders
video::IVideoDriver* video_driver = irr_driver->getVideoDriver();