Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695308
D25788.1734832940.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
673 B
Referenced Files
None
Subscribers
None
D25788.1734832940.diff
View Options
diff --git a/src/view/phui/calendar/PHUICalendarMonthView.php b/src/view/phui/calendar/PHUICalendarMonthView.php
--- a/src/view/phui/calendar/PHUICalendarMonthView.php
+++ b/src/view/phui/calendar/PHUICalendarMonthView.php
@@ -193,18 +193,6 @@
return $box;
}
- private function getMaxDailyEventsForWeek($week_of_cell_lists) {
- $max_count = 0;
-
- foreach ($week_of_cell_lists as $cell_list) {
- if ($cell_list['count'] > $max_count) {
- $max_count = $cell_list['count'];
- }
- }
-
- return $max_count;
- }
-
private function getEventListCell($event_list) {
$list = $event_list['list'];
$class = $event_list['class'];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 02:02 (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025225
Default Alt Text
D25788.1734832940.diff (673 B)
Attached To
Mode
D25788: Remove unused PHUICalendarMonthView::getMaxDailyEventsForWeek()
Attached
Detach File
Event Timeline
Log In to Comment