- moodbar cut out of projectM.hpp/cpp

- fixed compiler warning with member init list
- removed unicode support in projectm-xmms (maybe bug "fix")


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@512 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-10-05 00:50:31 +00:00
parent 9087194ee6
commit 1a02f41fd3
7 changed files with 57 additions and 71 deletions

View File

@ -288,7 +288,6 @@ Renderer::~Renderer() {
int x;
#if 1
std::cerr << "freeing grid elements" << std::endl;
assert(gx > 0);
for(x = 0; x < this->gx; x++)
{