diff options
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index cbf2b1fcf3..aa6884ea97 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -100,7 +100,6 @@ private: static void onPassKey(LLLineEditor* caller, void* user_data); static void onSelectServer(LLUICtrl*, void*); static void onServerComboLostFocus(LLFocusableElement*); - static void onLocationComboLostFocus(LLFocusableElement*); static void updateServerCombo(); static void updateStartSLURL(); @@ -118,7 +117,6 @@ private: static LLPanelLogin* sInstance; static BOOL sCapslockDidNotification; BOOL mHtmlAvailable; - BOOL mLocationUpdated; }; std::string load_password_from_disk(void); |