summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-23 21:43:30 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-23 21:43:30 -0400
commite11d66da7b09804efacbc7c9ee13e5a4c845b73c (patch)
treed9acca47705b8d19443b3ed26ed00ffdf0218c92
parentc981e806658e4302b23c190b7d42d59f4b3f5b15 (diff)
downloadmetacity-e11d66da7b09804efacbc7c9ee13e5a4c845b73c.tar.gz
rm fixme
-rw-r--r--src/ui/theme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 5c973921..176cdb41 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;