From 6fc28b5d7cb6916224332e428f378a1c297b8c4b Mon Sep 17 00:00:00 2001 From: Elderme Date: Sun, 2 Aug 2015 23:07:05 +0200 Subject: [PATCH] Removed render_skybox.cpp file --- src/graphics/render_skybox.cpp | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/graphics/render_skybox.cpp diff --git a/src/graphics/render_skybox.cpp b/src/graphics/render_skybox.cpp deleted file mode 100644 index 7e1444ceb..000000000 --- a/src/graphics/render_skybox.cpp +++ /dev/null @@ -1,41 +0,0 @@ -// SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014-2015 SuperTuxKart-Team -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 3 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -#include "central_settings.hpp" -#include "graphics/IBL.hpp" -#include "graphics/irr_driver.hpp" -#include "graphics/shaders.hpp" -#include "modes/world.hpp" -#include "utils/profiler.hpp" - -#define MAX2(a, b) ((a) > (b) ? (a) : (b)) -#define MIN2(a, b) ((a) > (b) ? (b) : (a)) - - - -// ============================================================================ -//*************************************************************************** -// Currently unused functions, they will be used later so please DON'T remove -//*************************************************************************** - - - - - - - -