remove unused const strings

This commit is contained in:
Kyle Spearrin 2018-09-12 15:53:27 -04:00
parent bb66a6c805
commit 1c8cd2dcbb
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ namespace Bit.Android
#endif
public class MainApplication : Application, ProviderInstaller.IProviderInstallListener
{
private const string FirstLaunchKey = "firstLaunch";
private const string LastVersionCodeKey = "lastVersionCode";
public MainApplication(IntPtr handle, JniHandleOwnership transer)
: base(handle, transer)
{