AyuGramDesktop/Telegram/SourceFiles/boxes
Sean Wei 556aa28df6 Remove unused variable
The following are commits related to removed variables.

apiwrap.cpp
e050e27: kSaveDraftBeforeQuitTimeout

app.cpp
113f665: serviceImageCacheSize

boxes/auto_download_box.cpp
a0c6104: checked(Source source, Type type)

boxes/background_preview_box.cpp
b6edf45: resultBytesPerPixel
fe21b5a: ms

boxes/calendar_box.cpp
ae97704: yearIndex, monthIndex
99bb093: ms

boxes/connection_box.cpp
f794d8d: ping

boxes/dictionaries_manager.cpp
8353867: session

boxes/peer_list_box.cpp
2ce2a14: grayedWidth

boxes/peers/add_participants_box.cpp
07e010d: chat, channel

boxes/self_destruction_box.cpp
fe9f02e: count

chat_helpers/emoji_suggestions_widget.cpp
a12bc60: is(QLatin1String string)

chat_helpers/field_autocomplete.cpp
8c7a35c: atwidth, hashwidth

chat_helpers/gifs_list_widget.cpp
ff65734: inlineItems
3d846fc: newSelected
d1687ab: kSaveDraftBeforeQuitTimeout

chat_helpers/stickers_dice_pack.cpp
c83e297: kZeroDiceDocumentId

chat_helpers/stickers_emoji_pack.cpp
d298953: length

chat_helpers/stickers_list_widget.cpp
eb75859: index, x

core/crash_reports.cpp
5940ae6: LaunchedDateTimeStr, LaunchedBinaryName

data/data_changes.cpp
3c4e959:clearRealtime

data/data_cloud_file.cpp
4b354b0: fromCloud, cacheTag

data/data_document_media.cpp
7db5359: kMaxVideoFrameArea

data/data_messages.cpp
794e315: wasCount

data/data_photo_media.cpp
e27d2bc: index

data/data_wall_paper.cpp
b6edf45: resultBytesPerPixel

data/data_types.cpp
aa8f62d: kWebDocumentCacheTag, kStorageCacheMask

history/admin_log/history_admin_log_inner.cpp
794e315: canDelete, canForward

history/history_location_manager.cpp
60f45ab: kCoordPrecision
9f90d3a: kMaxHttpRedirects

history/history_message.cpp
cedf8a6: kPinnedMessageTextLimit

history/history_widget.cpp
b305924: serviceColor
efa5fc4: hasForward
5e7aa4f: kTabbedSelectorToggleTooltipTimeoutMs, kTabbedSelectorToggleTooltipCount

history/view/history_view_context_menu.cpp
fe1a90b: isVideoLink, isVoiceLink, isAudioLink

settings.cpp
e2f54eb: defaultRecent

settings/settings_folders.cpp
e8bf5bb: kRefreshSuggestedTimeout

ui/filter_icon_panel.cpp
c4a0bc1: kDelayedHideTimeoutMs

window/themes/window_theme_preview.cpp
ef927c8: mutedCounter

-----

Modified variables

boxes/stickers_box.cpp
554eb3a: _rows[pressedIndex] -> set

data/data_notify_settings.cpp
734c410: muteForSeconds -> muteUntil

history/view/history_view_list_widget.cpp
07528be: _items[index] -> view
e5f3bed: fromState, tillState

history/history.cpp
cd3c1c6: kStatusShowClientsideRecordVideo -> kStatusShowClientsideRecordVoice

storage/download_manager_mtproto.cpp
ae8fb14: _queues[dcId] -> queue

storage/localstorage.cpp
357caf8: MTP::Environment::Production -> production
2020-07-13 09:33:55 +04:00
..
filters Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
peers Remove unused variable 2020-07-13 09:33:55 +04:00
about_box.cpp Don't use QDesktopServices::openUrl on snap 2020-05-01 12:06:01 +04:00
about_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
abstract_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
abstract_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
add_contact_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
add_contact_box.h Keep separate MTP::Config's for separate accounts. 2020-06-23 21:53:41 +04:00
auto_download_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
auto_download_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
auto_lock_box.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
auto_lock_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
background_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
background_box.h Remove some usages of App::main(). 2020-06-23 21:53:39 +04:00
background_preview_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
background_preview_box.h Remove some usages of App::main(). 2020-06-23 21:53:39 +04:00
boxes.style Fix layout of community transfer error box. 2020-05-13 18:19:09 +04:00
calendar_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
calendar_box.h Added ability to change months in calendar with mouse wheel. 2020-05-20 12:42:03 +04:00
change_phone_box.cpp Keep separate MTP::Config's for separate accounts. 2020-06-23 21:53:41 +04:00
change_phone_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
confirm_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
confirm_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
confirm_phone_box.cpp Keep separate MTP::Config's for separate accounts. 2020-06-23 21:53:41 +04:00
confirm_phone_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
connection_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
connection_box.h Remove some activeAccount() calls. 2020-06-23 21:53:39 +04:00
create_poll_box.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
create_poll_box.h Remove some usages of App::main(). 2020-06-23 21:53:39 +04:00
dictionaries_manager.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
dictionaries_manager.h Remove some usages of App::main(). 2020-06-23 21:53:39 +04:00
download_path_box.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
download_path_box.h Move session data localstorage -> storage_account. 2020-06-23 21:53:39 +04:00
edit_caption_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
edit_caption_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
edit_color_box.cpp Rename mediaview.style to media_view.style. 2020-02-05 18:39:47 +04:00
edit_color_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
edit_privacy_box.cpp Edit chat types in filters. 2020-03-27 20:36:02 +04:00
edit_privacy_box.h Pass MTP::Instance to MTP::Sender. 2019-11-29 15:36:05 +03:00
language_box.cpp Fix language switch in not-authed window. 2020-06-29 22:25:35 +04:00
language_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
local_storage_box.cpp Replaced mapping to rpl::empty_value with rpl::to_empty. 2020-06-23 21:53:43 +04:00
local_storage_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
mute_settings_box.cpp Move requestDialogEntry to Histories. 2020-02-21 18:48:30 +04:00
mute_settings_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
passcode_box.cpp Replaced mapping to rpl::empty_value with rpl::to_empty. 2020-06-23 21:53:43 +04:00
passcode_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
peer_list_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
peer_list_box.h Replace observer_peer with rpl interface. 2020-06-23 21:53:40 +04:00
peer_list_controllers.cpp Keep separate MTP::Config's for separate accounts. 2020-06-23 21:53:41 +04:00
peer_list_controllers.h Support saved messages in filters edit. 2020-03-27 20:36:05 +04:00
photo_crop_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
photo_crop_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
rate_call_box.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
rate_call_box.h Pass MTP::Instance to MTP::Sender. 2019-11-29 15:36:05 +03:00
report_box.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
report_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
self_destruction_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
self_destruction_box.h Pass MTP::Instance to MTP::Sender. 2019-11-29 15:36:05 +03:00
send_files_box.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
send_files_box.h Added restoring of scroll position after edit items in SendFilesBox. 2020-01-23 10:09:34 +03:00
sessions_box.cpp Replaced mapping to rpl::empty_value with rpl::to_empty. 2020-06-23 21:53:43 +04:00
sessions_box.h Pass MTP::Instance to MTP::Sender. 2019-11-29 15:36:05 +03:00
share_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
share_box.h Replace observer_peer with rpl interface. 2020-06-23 21:53:40 +04:00
single_choice_box.cpp Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
single_choice_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
sticker_set_box.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
sticker_set_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00
stickers_box.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
stickers_box.h Remove some MainWindow::sessionController() calls. 2020-06-23 21:53:44 +04:00
url_auth_box.cpp Use Main::Session in download/upload. 2020-06-23 21:53:38 +04:00
url_auth_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
username_box.cpp Keep separate MTP::Config's for separate accounts. 2020-06-23 21:53:41 +04:00
username_box.h Remove MTP::MainInstance() global access point. 2020-06-23 21:53:40 +04:00