Deleted all files referencing/using boblight

This commit is contained in:
T. van der Zwan
2013-08-13 10:03:00 +00:00
parent 39b98386dd
commit 2ec9f9202e
34 changed files with 1183 additions and 3291 deletions

View File

@@ -19,6 +19,8 @@ namespace hyperion { class ImageToLedsMap;
class ImageProcessor
{
public:
~ImageProcessor();
/**
* Processes the image to a list of led colors. This will update the size of the buffer-image
* if required and call the image-to-leds mapping to determine the mean color per led.
@@ -61,8 +63,6 @@ private:
ImageProcessor(const LedString &ledString);
~ImageProcessor();
private:
const LedString mLedString;