Browse Source

Cleanup

tags/0.9
falkTX 11 years ago
parent
commit
c3d4b83aec
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      plugins/MVerb/DistrhoUIMVerb.cpp

+ 1
- 4
plugins/MVerb/DistrhoUIMVerb.cpp View File

@@ -21,8 +21,6 @@

#include "font/Kh-Kangrey.h"

using DGL::Rectangle;

START_NAMESPACE_DISTRHO

// -----------------------------------------------------------------------
@@ -54,8 +52,7 @@ static int getKnobPosInUI(const int index)
}
}
DistrhoUIMVerb::DistrhoUIMVerb()
: UI(),
fNanoText(1024, 1024)
: UI()
{
// background
fImgBackground = Image(DistrhoArtworkMVerb::backgroundData, DistrhoArtworkMVerb::backgroundWidth, DistrhoArtworkMVerb::backgroundHeight, GL_BGR);


Loading…
Cancel
Save