2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix -Wunused-const-variable warnings by removing unused variables

Fixes #24432
This commit is contained in:
Sergey A. Osokin
2022-04-25 21:06:37 -04:00
committed by John Preston
parent 075ab20e5b
commit 3ba5b825e5
3 changed files with 0 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ constexpr auto kDesktopFile = ":/misc/telegramdesktop.desktop"_cs;
constexpr auto kIconName = "telegram"_cs;
constexpr auto kIBusPortalService = "org.freedesktop.portal.IBus"_cs;
constexpr auto kWebviewService = "org.telegram.desktop.GtkIntegration.WebviewHelper-%1-%2"_cs;
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
void PortalAutostart(bool start, bool silent) {