mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove unused code
This commit is contained in:
parent
e71e97cb68
commit
f888fb4ac7
1 changed files with 0 additions and 4 deletions
|
@ -179,10 +179,6 @@ int main(int argc, char *argv[])
|
||||||
.arg(QLatin1String("-h (or --help)")));
|
.arg(QLatin1String("-h (or --help)")));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set environment variable
|
|
||||||
if (!qputenv("QBITTORRENT", QBT_VERSION))
|
|
||||||
fprintf(stderr, "Couldn't set environment variable...\n");
|
|
||||||
|
|
||||||
const bool firstTimeUser = !Preferences::instance()->getAcceptedLegal();
|
const bool firstTimeUser = !Preferences::instance()->getAcceptedLegal();
|
||||||
if (firstTimeUser)
|
if (firstTimeUser)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue