From 32a0a47a596509792fde8cdbf8b4b0705708b2be Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 1 Nov 2011 11:00:20 -0700 Subject: move key processing to RecoveryUI Move the key for handling keys from ScreenRecoveryUI to RecoveryUI, so it can be used by devices without screens. Remove the UIParameters struct and replace it with some new member variables in ScreenRecoveryUI. Change-Id: I70094ecbc4acbf76ce44d5b5ec2036c36bdc3414 --- common.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 88807b880..a1168cdbb 100644 --- a/common.h +++ b/common.h @@ -58,25 +58,6 @@ typedef struct { // (that much). } Volume; -typedef struct { - // number of frames in indeterminate progress bar animation - int indeterminate_frames; - - // number of frames per second to try to maintain when animating - int update_fps; - - // number of frames in installing animation. may be zero for a - // static installation icon. - int installing_frames; - - // the install icon is animated by drawing images containing the - // changing part over the base icon. These specify the - // coordinates of the upper-left corner. - int install_overlay_offset_x; - int install_overlay_offset_y; - -} UIParameters; - // fopen a file, mounting volumes and making parent dirs as necessary. FILE* fopen_path(const char *path, const char *mode); -- cgit v1.2.3