Example #1
0
static void deinit() {
  window_destroy_safe(s_main_window);
}
Example #2
0
static void deinit() {
	animation_unschedule_all();
	accel_tap_service_unsubscribe();
	bluetooth_connection_service_unsubscribe();
	window_destroy_safe(s_main_window);
}
Example #3
0
void details_destroy(void) {
	text_layer_destroy_safe(name_text_layer);
	window_destroy_safe(details_window);
}
Example #4
0
void storyview_destroy(void) {
	text_layer_destroy_safe(title_layer);
	text_layer_destroy_safe(summary_layer);
	scroll_layer_destroy_safe(scroll_layer);
	window_destroy_safe(window);
}