diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcommon/llsecondlifeurls.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llsecondlifeurls.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linden/indra/llcommon/llsecondlifeurls.h b/linden/indra/llcommon/llsecondlifeurls.h index f338bc3..1f7d359 100644 --- a/linden/indra/llcommon/llsecondlifeurls.h +++ b/linden/indra/llcommon/llsecondlifeurls.h | |||
@@ -50,18 +50,9 @@ extern const char UPGRADE_TO_PREMIUM_URL[]; | |||
50 | // How to get DirectX 9 | 50 | // How to get DirectX 9 |
51 | extern const char DIRECTX_9_URL[]; | 51 | extern const char DIRECTX_9_URL[]; |
52 | 52 | ||
53 | // On AMD with bad AGP controller | ||
54 | extern const char AMD_AGP_URL[]; | ||
55 | |||
56 | // Out of date VIA chipset | 53 | // Out of date VIA chipset |
57 | extern const char VIA_URL[]; | 54 | extern const char VIA_URL[]; |
58 | 55 | ||
59 | // Out of date intel chipset driver | ||
60 | extern const char INTEL_CHIPSET_URL[]; | ||
61 | |||
62 | // Out of date SiS chipset driver | ||
63 | extern const char SIS_CHIPSET_URL[]; | ||
64 | |||
65 | // Linden Blogs page | 56 | // Linden Blogs page |
66 | extern const char BLOGS_URL[]; | 57 | extern const char BLOGS_URL[]; |
67 | 58 | ||
@@ -74,9 +65,6 @@ extern const char LSL_DOC_URL[]; | |||
74 | // SL KnowledgeBase page | 65 | // SL KnowledgeBase page |
75 | extern const char SL_KB_URL[]; | 66 | extern const char SL_KB_URL[]; |
76 | 67 | ||
77 | // Account transactions | ||
78 | extern const char ACCOUNT_TRANSACTIONS_URL[]; | ||
79 | |||
80 | // Local Url Release Notes | 68 | // Local Url Release Notes |
81 | extern const char RELEASE_NOTES[]; | 69 | extern const char RELEASE_NOTES[]; |
82 | 70 | ||