summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-06 02:06:52 +0000
committerDavid Robillard <d@drobilla.net>2007-10-06 02:06:52 +0000
commita3a7891b56783dbcf916dde56f92830433f659e2 (patch)
treedc296d0a5bc8baf132c495536b3066a0ad2f9ccb /src/libs/gui
parent670d87b2a949459150dea0ecddd5584212dbc2e6 (diff)
downloadingen-a3a7891b56783dbcf916dde56f92830433f659e2.tar.gz
ingen-a3a7891b56783dbcf916dde56f92830433f659e2.tar.bz2
ingen-a3a7891b56783dbcf916dde56f92830433f659e2.zip
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
Diffstat (limited to 'src/libs/gui')
-rw-r--r--src/libs/gui/NodeModule.cpp3
1 files changed, 0 insertions, 3 deletions
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;