tdesktop/Telegram/SourceFiles/data
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
..
stickers Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
data_abstract_structure.cpp Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_abstract_structure.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_auto_download.cpp Move photo data to Data::PhotoMedia. 2020-06-01 18:09:32 +04:00
data_auto_download.h Raise file size limit to 2000 MB. 2020-07-08 10:07:01 +04:00
data_changes.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_changes.h Replaced Notify::replyMarkupUpdated with Data::MessageUpdate. 2020-06-29 06:26:02 +04:00
data_channel_admins.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_channel_admins.h Display custom admin ranks in messages. 2019-07-24 08:02:20 +02:00
data_channel.cpp Replace observer_peer with rpl interface. 2020-06-23 21:53:40 +04:00
data_channel.h Parse and apply cloud filters. 2020-03-27 20:36:01 +04:00
data_chat_filters.cpp Load filters before creating session on log in. 2020-06-30 11:02:44 +04:00
data_chat_filters.h Load filters before creating session on log in. 2020-06-30 11:02:44 +04:00
data_chat.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
data_chat.h Remove legacy image-related code. 2020-06-01 18:09:33 +04:00
data_cloud_file.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_cloud_file.h Use Main::Session in download/upload. 2020-06-23 21:53:38 +04:00
data_cloud_themes.cpp Fix crash in session destruction. 2020-07-01 12:26:29 +04:00
data_cloud_themes.h Start using document bytes from DocumentMedia. 2020-06-01 18:09:30 +04:00
data_countries.cpp Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_countries.h Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_document_media.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_document_media.h Simplify Image, remove ImageSource. 2020-06-01 18:09:33 +04:00
data_document.cpp Open too large GIFs in fullscreen viewer. 2020-07-02 13:43:39 +04:00
data_document.h Pass Main::Session to click handler creators. 2020-06-23 21:53:38 +04:00
data_drafts.cpp Move session settings to main_session_settings. 2020-06-23 21:53:42 +04:00
data_drafts.h Use Main::Session in entities parsing. 2020-06-08 12:05:17 +04:00
data_feed_messages.cpp API scheme downgraded to layer 76. 2018-03-06 20:48:24 +03:00
data_feed_messages.h First version of feed section view. 2018-02-08 12:20:46 +03:00
data_file_origin.cpp Update API scheme to layer 109. 2020-01-23 10:09:33 +03:00
data_file_origin.h Move background to global settings. 2020-06-23 21:53:42 +04:00
data_flags.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_folder.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
data_folder.h Use Data::CloudImage for userpics. 2020-06-01 18:09:33 +04:00
data_game.h Don't unload all media on switching between chats. 2018-11-04 15:51:38 +04:00
data_groups.cpp Refactored code. 2019-04-02 18:14:12 +04:00
data_groups.h Refactored code. 2019-04-02 18:14:12 +04:00
data_histories.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
data_histories.h Load folders exceptions after 100 chats. 2020-03-27 20:36:06 +04:00
data_location.cpp Use Data::CloudImage for location thumbnails. 2020-06-01 18:09:33 +04:00
data_location.h Use Data::CloudImage for location thumbnails. 2020-06-01 18:09:33 +04:00
data_media_rotation.cpp Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_rotation.h Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_types.cpp Move session settings to main_session_settings. 2020-06-23 21:53:42 +04:00
data_media_types.h Fix sending stickers from inline bots. 2020-06-16 20:53:44 +04:00
data_messages.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_messages.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_notify_settings.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_notify_settings.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_peer_values.cpp Use UserData::isBot where applicable. 2019-07-24 08:02:20 +02:00
data_peer_values.h Optimize online dots + add animations. 2019-06-17 18:13:05 +02:00
data_peer.cpp Activate account before showing a peer. 2020-06-24 12:28:46 +04:00
data_peer.h Use Data::CloudImage for userpics. 2020-06-01 18:09:33 +04:00
data_photo_media.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_photo_media.h Move photo data to Data::PhotoMedia. 2020-06-01 18:09:32 +04:00
data_photo.cpp Remove non-UI calls to App::main. 2020-06-23 21:53:40 +04:00
data_photo.h Pass Main::Session to click handler creators. 2020-06-23 21:53:38 +04:00
data_poll.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
data_poll.h Use Main::Session in entities parsing. 2020-06-08 12:05:17 +04:00
data_pts_waiter.cpp Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_pts_waiter.h Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_reply_preview.cpp Simplify Image, remove ImageSource. 2020-06-01 18:09:33 +04:00
data_reply_preview.h Remove legacy image-related code. 2020-06-01 18:09:33 +04:00
data_scheduled_messages.cpp Replaced mapping to rpl::empty_value with rpl::to_empty. 2020-06-23 21:53:43 +04:00
data_scheduled_messages.h Added handler for SCHEDULE_STATUS_PRIVATE error when send file. 2020-01-28 11:20:36 +03:00
data_search_controller.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_search_controller.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_session.cpp Refresh main message view for inactive accounts. 2020-07-02 13:35:07 +04:00
data_session.h Move export management to Core::App. 2020-06-25 11:14:05 +04:00
data_shared_media.cpp Activate account before showing a peer. 2020-06-24 12:28:46 +04:00
data_shared_media.h Use Main::Session in download/upload. 2020-06-23 21:53:38 +04:00
data_sparse_ids.cpp Move to std::optional. 2018-09-21 19:28:46 +03:00
data_sparse_ids.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_streaming.cpp Use Media::Streaming in EditCaptionBox. 2020-06-01 18:09:31 +04:00
data_streaming.h Save streaming player between message edits. 2019-12-28 17:56:06 +03:00
data_types.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_types.h Pass Main::Session to click handler creators. 2020-06-23 21:53:38 +04:00
data_user_photos.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_user_photos.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_user.cpp Move a lot of settings to Core::Settings. 2020-06-23 21:53:42 +04:00
data_user.h Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_wall_paper.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_wall_paper.h Move background to global settings. 2020-06-23 21:53:42 +04:00
data_web_page.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_web_page.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00