summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/application.cpp b/client/application.cpp
index cecc7126..482cece0 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1689,10 +1689,12 @@ void Application::set_title(const std::string& title)
}
}
+#ifdef USE_SMARTCARD
void Application::enable_smartcard(bool enable)
{
_smartcard_options->enable = enable;
}
+#endif
bool Application::is_key_set_pressed(const HotkeySet& key_set)
{