Small code cleaning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1366 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2007-12-21 00:31:44 +00:00
parent 6daa2ef2d0
commit 6863de9f42
3 changed files with 0 additions and 7 deletions

View File

@ -17,8 +17,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <plib/ssg.h>
#include "attachment_manager.hpp"
#include "loader.hpp"

View File

@ -20,10 +20,6 @@
#ifndef CALLBACK_H
#define CALLBACK_H
#include <string>
#include <plib/sg.h>
#include <plib/ssg.h>
class Callback
{
public:

View File

@ -154,7 +154,6 @@ class Widget
static const float MIN_TEXT_SCALE;
float m_text_scale; //Used for the pulse effect
/*public:*/
Widget
(
const int X_,