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

Unified Diff: Shared/Config.h

Issue 8949229: Removal of all user tracking and shareware parts (Closed)
Patch Set: Created Dec. 6, 2012, 4:38 p.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: Shared/Config.h
===================================================================
--- a/Shared/Config.h
+++ b/Shared/Config.h
@@ -19,7 +19,6 @@
#define USERS_PATH L""
#define USERS_PORT INTERNET_DEFAULT_HTTP_PORT
-#define USERS_SCRIPT_ACTIVATE L"/user_activate.php"
#define USERS_SCRIPT_SETTINGS L"/user_manager.php"
#define USERS_SCRIPT_ABOUT L"/user_about.php"
#define USERS_SCRIPT_FAQ L"/user_faq.php"
@@ -28,7 +27,6 @@
#define USERS_SCRIPT_WELCOME L"/user_welcome.php"
#define USERS_SCRIPT_USER_SETTINGS L"/user_mysettings.php"
#define USERS_SCRIPT_INVITATION L"/user_invitation.php"
-#define USERS_SCRIPT_ENTERLICENSE L"/user_enterlicense.php"
#define USERS_SCRIPT_UPGRADE L"/user_upgrade.php"
// ----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld