diff options
author | Doug Zongker <dougz@android.com> | 2011-11-01 19:00:20 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2011-11-04 22:09:48 +0100 |
commit | 32a0a47a596509792fde8cdbf8b4b0705708b2be (patch) | |
tree | 55406d412c0a355dc4bdcc3fc0f2136a68af77d3 /common.h | |
parent | C++ class for device-specific code (diff) | |
download | android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar.gz android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar.bz2 android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar.lz android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar.xz android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.tar.zst android_bootable_recovery-32a0a47a596509792fde8cdbf8b4b0705708b2be.zip |
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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); |