فهرست منبع

remove unused destroyEvents function

Casey Holzer 9 سال پیش
والد
کامیت
9dc9ad229b
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      src/Calendar.js

+ 0 - 7
src/Calendar.js

@@ -710,13 +710,6 @@ function Calendar_constructor(element, overrides) {
 			unfreezeContentHeight();
 		}
 	}
-
-
-	function destroyEvents() {
-		freezeContentHeight();
-		currentView.clearEvents();
-		unfreezeContentHeight();
-	}
 	
 
 	function getAndRenderEvents() {