]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/widget.h
Style and comment fixes
[libs/gltk.git] / source / widget.h
index 9caae9fb6216180654c9165dbe1893f2f1fec999..4550648aebd3adbfaaebc09b5f60669b05ade595 100644 (file)
@@ -17,8 +17,7 @@ class Resources;
 class Style;
 
 /**
-Base class for all widgets.  Derived classes should call update_style in 
-constructor, because it can't be done correctly in the Widget constructor.
+Base class for all widgets.
 */
 class Widget
 {