Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginSettings.cpp

Issue 11043057: First run page triggering (Closed)
Patch Set: Created July 11, 2013, 9:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/PluginSettings.cpp
===================================================================
--- a/src/plugin/PluginSettings.cpp
+++ b/src/plugin/PluginSettings.cpp
@@ -188,16 +188,6 @@
m_dwWorkingThreadId = id;
}
-void CPluginSettings::SetFirstRun()
-{
- m_isFirstRun = true;
-}
-
-bool CPluginSettings::IsFirstRun() const
-{
- return m_isFirstRun;
-}
-
void CPluginSettings::TogglePluginEnabled()
{
CPluginSettingsTabLock lock;

Powered by Google App Engine
This is Rietveld