Browse Source

Cleanup

master
falkTX 10 years ago
parent
commit
c93c93316f
4 changed files with 4 additions and 20 deletions
  1. +1
    -1
      dpf
  2. +1
    -5
      plugins/AmplitudeImposer/DistrhoUIAmplitudeImposer.hpp
  3. +1
    -5
      plugins/CycleShifter/DistrhoUICycleShifter.hpp
  4. +1
    -9
      plugins/SoulForce/DistrhoUISoulForce.hpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 34d75db7f01fa6b3fb95a6620bf9f6452ad704ea
Subproject commit 3f242dad0027fe532524615352b4368d138dd091

+ 1
- 5
plugins/AmplitudeImposer/DistrhoUIAmplitudeImposer.hpp View File

@@ -26,14 +26,10 @@
#define DISTRHO_UI_AMPLITUDE_IMPOSER_HPP_INCLUDED

#include "DistrhoUI.hpp"

#include "ImageSlider.hpp"
#include "ImageWidgets.hpp"

#include "DistrhoArtworkAmplitudeImposer.hpp"

using DGL::Image;
using DGL::ImageSlider;

START_NAMESPACE_DISTRHO

// -----------------------------------------------------------------------


+ 1
- 5
plugins/CycleShifter/DistrhoUICycleShifter.hpp View File

@@ -26,14 +26,10 @@
#define DISTRHO_UI_CYCLE_SHIFTER_HPP_INCLUDED

#include "DistrhoUI.hpp"

#include "ImageSlider.hpp"
#include "ImageWidgets.hpp"

#include "DistrhoArtworkCycleShifter.hpp"

using DGL::Image;
using DGL::ImageSlider;

START_NAMESPACE_DISTRHO

// -----------------------------------------------------------------------


+ 1
- 9
plugins/SoulForce/DistrhoUISoulForce.hpp View File

@@ -26,18 +26,10 @@
#define DISTRHO_UI_SOUL_FORCE_HPP_INCLUDED

#include "DistrhoUI.hpp"

#include "ImageButton.hpp"
#include "ImageKnob.hpp"
#include "ImageSwitch.hpp"
#include "ImageWidgets.hpp"

#include "DistrhoArtworkSoulForce.hpp"

using DGL::Image;
using DGL::ImageButton;
using DGL::ImageKnob;
using DGL::ImageSwitch;

START_NAMESPACE_DISTRHO

// -----------------------------------------------------------------------


Loading…
Cancel
Save