Skip to content

Commit 496c1fd

Browse files
Remove some test code
1 parent 34e90ad commit 496c1fd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nightguard WatchKit Extension/InterfaceController.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ class InterfaceController: WKInterfaceController, WKCrownDelegate {
254254
self.addMenuItem(with: WKMenuItemIcon.resume, title: "Refresh", action: #selector(InterfaceController.doRefreshMenuAction))
255255
self.addMenuItem(with: WKMenuItemIcon.block, title: "Snooze", action: #selector(InterfaceController.doSnoozeMenuAction))
256256
self.addMenuItem(with: WKMenuItemIcon.more, title: zoomingIsActive ? "Scroll" : "Zoom", action: #selector(InterfaceController.doToogleZoomScrollAction))
257-
258-
self.addMenuItem(with: WKMenuItemIcon.add, title: "Add", action: #selector(InterfaceController.doInfoMenuAction))
259-
self.addMenuItem(with: WKMenuItemIcon.more, title: "More", action: #selector(InterfaceController.doRefreshMenuAction))
260-
261257
}
262258

263259
// Returns true, if the size of one array changed

0 commit comments

Comments
 (0)