Remove the const string as we don't need them here.

This commit is contained in:
kougyokugentou 2021-01-21 22:57:11 -08:00
parent 6ca8d8453e
commit 8d94f5fc0e
1 changed files with 0 additions and 2 deletions

View File

@ -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;