From 8d94f5fc0e5c37877d95669ef908f851ececf8a1 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:57:11 -0800 Subject: [PATCH] Remove the const string as we don't need them here. --- frmPinEntry.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/frmPinEntry.cs b/frmPinEntry.cs index 64ef277..1c3c8eb 100644 --- a/frmPinEntry.cs +++ b/frmPinEntry.cs @@ -15,8 +15,6 @@ namespace GreatHomeChildcare { //Global instance of the SqliteDataAccess object. SqliteDataAccess SqliteDataAccess = new SqliteDataAccess(); - const string DEFAULT_PIC_TAG = "DefaultPic"; - const string CUSTOM_PIC_TAG = "dickpic"; public static string strPin = String.Empty;