1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-07 14:50:21 +00:00

Revert "Add a thread pool for background job processing, and use it for OggDecoder."

This reverts commit 010f44d264.

Conflicts:

	BBGE/MT.cpp
	BBGE/MT.h
This commit is contained in:
fgenesis 2012-02-12 03:27:54 +00:00
parent c06e66d3b7
commit 0cd0971671
5 changed files with 8 additions and 461 deletions

View file

@ -42,8 +42,6 @@ BUILD_LINUX
#include "DarkLayer.h"
#include "MT.h"
/*
#ifdef BBGE_BUILD_WINDOWS
#include "Joystick.h"
@ -1315,8 +1313,6 @@ public:
int tgaSave(const char *filename, short int width, short int height, unsigned char pixelDepth, unsigned char *imageData);
ThreadPool threadpool;
protected:
std::string fpsDebugString;