Small image pipeline cleanups (cross checked by Emil, so no issue in list)

This commit is contained in:
Oliver Duis
2011-04-12 23:18:23 +02:00
parent b800afff00
commit 8ccf2f2dca
4 changed files with 7 additions and 18 deletions

View File

@@ -34,7 +34,6 @@ class LabImage {
float** b;
LabImage (int w, int h);
LabImage (Image16* im);
~LabImage ();
};
}