diff options
-rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 910b3b9532..96ce4d7fcf 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -568,8 +568,6 @@ def target(request, build_id, target_id): | |||
568 | { | 568 | { |
569 | 'name':'Size over total (%)', | 569 | 'name':'Size over total (%)', |
570 | 'qhelp':'Proportion of the overall included package size represented by this package', | 570 | 'qhelp':'Proportion of the overall included package size represented by this package', |
571 | 'orderfield': _get_toggle_order(request, "size"), | ||
572 | 'ordericon':_get_toggle_order_icon(request, "size"), | ||
573 | 'clclass': 'size_over_total', | 571 | 'clclass': 'size_over_total', |
574 | 'hidden' : 1, | 572 | 'hidden' : 1, |
575 | }, | 573 | }, |