Remove unused config variable LastCaptureExe

* In the .NET UI this was used to pre-fill the executable selection dialog, but
  it's unnecessary and hasn't been missed.
This commit is contained in:
baldurk
2018-09-06 10:59:15 +01:00
parent 57cf95783d
commit 5145478d19
2 changed files with 0 additions and 10 deletions
@@ -274,8 +274,6 @@ DECLARE_REFLECTION_STRUCT(BugReport);
\
CONFIG_SETTING_VAL(public, QString, rdcstr, LastCapturePath, "") \
\
CONFIG_SETTING_VAL(public, QString, rdcstr, LastCaptureExe, "") \
\
CONFIG_SETTING(public, QVariantList, rdcarray<rdcstr>, RecentCaptureSettings) \
\
CONFIG_SETTING_VAL(public, QString, rdcstr, TemporaryCaptureDirectory, "") \
@@ -450,10 +448,6 @@ For more information about some of these settings that are user-facing see
The path containing the last executable that was captured, which is useful as a default location
for browsing.
.. data:: LastCaptureExe
The path to the last executable that was captured, inside :data:`LastCapturePath`.
.. data:: RecentCaptureSettings
A ``list`` of ``str`` with the recently opened capture settings files.