[metacity/cowbell] rm fixme



commit e11d66da7b09804efacbc7c9ee13e5a4c845b73c
Author: Thomas Thurman <tthurman gnome org>
Date:   Fri Oct 23 21:43:30 2009 -0400

    rm fixme

 src/ui/theme.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 5c97392..176cdb4 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -676,8 +676,6 @@ cowbell_get_button_width (MetaTheme              *theme,
       aspect_ratio = width/height;
     }
 
-  /* FIXME honour min/max width */
-
   result = width / aspect_ratio;
 
   if (min_width!=0 && result<min_width) result = min_width;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]