changeset 66:4c095424a9ab

Remove outdated comment
author Jordan Miner <jminer7@gmail.com>
date Mon, 10 Aug 2009 01:44:29 -0500
parents 7c5c50a06ffe
children 419e38206522
files dynamin/gui/window.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dynamin/gui/window.d	Sat Aug 08 22:33:18 2009 -0500
+++ b/dynamin/gui/window.d	Mon Aug 10 01:44:29 2009 -0500
@@ -480,7 +480,7 @@
 	 */
 	bool resizable() { return _resizable; }
 	/// ditto
-	void resizable(bool b) { // TODO: set based upon whether content is elastic?
+	void resizable(bool b) {
 		_resizable = b;
 		if(!handleCreated)
 			return;