@@ -27,13 +27,6 @@ using namespace std;
27
27
#define CORE_SETTINGS_HEADERS 3
28
28
#define CORE_SETTINGS_HEADER_SPACER " "
29
29
#define CORE_SETTINGS_NO_KEY " "
30
- #define CORE_SETTINGS_COMMUNITY_TEXT \
31
- " Multi Theft Auto: Community is a voluntary community service offering everything\n " \
32
- " from third-party resources to user-based statistics.\n " \
33
- " \n " \
34
- " If you have already registered at community.mtasa.com,\n " \
35
- " you can fill in your account details below to complete your registration.\n " \
36
- " This computer will then automatically link to your personal account."
37
30
38
31
extern CCore* g_pCore;
39
32
extern SBindableGTAControl g_bcControls[];
@@ -66,7 +59,7 @@ void CSettings::CreateGUI ( void )
66
59
if ( m_pWindow )
67
60
DestroyGUI ();
68
61
69
- CGUITab *pTabMultiplayer, *pTabVideo, *pTabAudio, *pTabBinds, *pTabControls, *pTabCommunity, * pTabInterface, *pTabBrowser, *pTabAdvanced;
62
+ CGUITab *pTabMultiplayer, *pTabVideo, *pTabAudio, *pTabBinds, *pTabControls, *pTabInterface, *pTabBrowser, *pTabAdvanced;
70
63
CGUI *pManager = g_pCore->GetGUI ();
71
64
72
65
// Init
@@ -130,7 +123,6 @@ void CSettings::CreateGUI ( void )
130
123
pTabInterface = m_pTabs->CreateTab ( _ (" Interface" ) );
131
124
pTabBrowser = m_pTabs->CreateTab ( _ (" Web Browser" ) );
132
125
pTabAdvanced = m_pTabs->CreateTab ( _ (" Advanced" ) );
133
- pTabCommunity = m_pTabs->CreateTab ( _ (" Community" ) );
134
126
135
127
// Create buttons
136
128
// OK button
@@ -1502,10 +1494,6 @@ void CSettings::CreateGUI ( void )
1502
1494
m_pButtonBrowserBlacklistRemove->SetClickHandler ( GUI_CALLBACK ( &CSettings::OnBrowserBlacklistRemove, this ) );
1503
1495
m_pButtonBrowserWhitelistAdd->SetClickHandler ( GUI_CALLBACK ( &CSettings::OnBrowserWhitelistAdd, this ) );
1504
1496
m_pButtonBrowserWhitelistRemove->SetClickHandler ( GUI_CALLBACK ( &CSettings::OnBrowserWhitelistRemove, this ) );
1505
- /*
1506
- // Give a warning if no community account settings were stored in config
1507
- CCore::GetSingleton ().ShowMessageBox ( CORE_SETTINGS_COMMUNITY_WARNING, _("Multi Theft Auto: Community settings"), MB_ICON_WARNING );
1508
- */
1509
1497
1510
1498
// Set up the events for advanced description
1511
1499
m_pPriorityLabel->SetMouseEnterHandler ( GUI_CALLBACK ( &CSettings::OnShowAdvancedSettingDescription, this ) );
0 commit comments