Remove unused function (Gadgetbridge does not use this any more)

pull/2308/head
Gordon Williams 2022-11-23 14:32:02 +00:00
parent d90959d2f9
commit c6a20ace26
1 changed files with 0 additions and 4 deletions

View File

@ -91,10 +91,6 @@
sched.reload();
},
//TODO perhaps move those in a library (like messages), used also for viewing events?
//simple package with events all together
"calendarevents" : function() {
require("Storage").writeJSON("android.calendar.json", event.events);
},
//add and remove events based on activity on phone (pebble-like)
"calendar" : function() {
var cal = require("Storage").readJSON("android.calendar.json",true);