mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-05 15:05:13 +00:00
- 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:
@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user