Skip to content

Commit

Permalink
fixed normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortis69 committed Mar 28, 2017
1 parent ce9946d commit 4498510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FX.cxx
Expand Up @@ -62,6 +62,7 @@ namespace

namespace Normalize
{
/*
static char *font[] =
{
"01110",
Expand Down Expand Up @@ -244,8 +245,8 @@ namespace Normalize
}
}
}
*/

/*
void apply()
{
// search for highest & lowest RGB values
Expand Down Expand Up @@ -316,7 +317,6 @@ namespace Normalize

Gui::hideProgress();
}
*/

void begin()
{
Expand Down

0 comments on commit 4498510

Please sign in to comment.