Revert "potential fix for some AU plugin UIs not displaying"

This reverts commit e8fe35d96e.
This commit is contained in:
Robin Gareus 2015-10-28 14:02:57 +01:00
parent 5dd5bf0f70
commit 8d1edb13d3
1 changed files with 2 additions and 1 deletions

View File

@ -813,11 +813,12 @@ AUPluginUI::lower_box_size_allocate (Gtk::Allocation& allocation)
gboolean
AUPluginUI::lower_box_expose (GdkEventExpose* event)
{
#if 0 // AU view magically redraws by itself
[au_view drawRect:NSMakeRect(event->area.x,
event->area.y,
event->area.width,
event->area.height)];
#endif
/* hack to keep ardour responsive
* some UIs (e.g Addictive Drums) completely hog the CPU
*/