From a3a7891b56783dbcf916dde56f92830433f659e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Oct 2007 02:06:52 +0000 Subject: Removed comment that's no longer applicable. It was a bad comment. Yay. git-svn-id: http://svn.drobilla.net/lad/ingen@830 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/NodeModule.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libs/gui') diff --git a/src/libs/gui/NodeModule.cpp b/src/libs/gui/NodeModule.cpp index a54dcd47..b4b005d6 100644 --- a/src/libs/gui/NodeModule.cpp +++ b/src/libs/gui/NodeModule.cpp @@ -212,9 +212,6 @@ NodeModule::embed_gui(bool embed) void NodeModule::gui_size_request(Gtk::Requisition* r, bool force) { - // For some reason this is called continuously (probably every redraw) - // This shouldn't be happening (FIXME)... - if (!force && _last_gui_request_width == r->width && _last_gui_request_height == r->height) return; -- cgit v1.2.1