Removed functions that have been deprecated for at least one year (#551)

This commit is contained in:
Tyler Veness
2017-07-01 01:05:33 -04:00
committed by Peter Johnson
parent d2de94778e
commit 68b63632c4
20 changed files with 35 additions and 414 deletions

View File

@@ -76,7 +76,6 @@ TEST(PreferencesTest, WritePreferencesToFile) {
preferences->PutFloat("testFilePutFloat", 0.25f);
preferences->PutBoolean("testFilePutBoolean", true);
preferences->PutLong("testFilePutLong", 1000000000000000000ll);
preferences->Save();
Wait(kSaveTime);