diff options
Diffstat (limited to 'desktop-widgets/templatelayout.cpp')
-rw-r--r-- | desktop-widgets/templatelayout.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop-widgets/templatelayout.cpp b/desktop-widgets/templatelayout.cpp index 59768034e..1c6ca4fba 100644 --- a/desktop-widgets/templatelayout.cpp +++ b/desktop-widgets/templatelayout.cpp @@ -13,12 +13,7 @@ int getTotalWork(print_options *printOptions) // but don't return 0 as we might divide by this number return amount_selected ? amount_selected : 1; } - int dives = 0, i; - struct dive *dive; - for_each_dive (i, dive) { - dives++; - } - return dives; + return dive_table.nr; } void find_all_templates() |