summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index bdd498abff..584d32a767 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -418,8 +418,6 @@ public:
static void updateRenderDeferred();
static void refreshCachedSettings();
- static void onToggleAutoFPS();
-
void addDebugBlip(const LLVector3& position, const LLColor4& color);
void hidePermanentObjects( std::vector<U32>& restoreList );
@@ -429,9 +427,6 @@ public:
void restoreHiddenObject( const LLUUID& id );
void handleShadowDetailChanged();
- void autoAdjustSettings();
- void setAdjustmentTimerExpiry(F32 expiration);
-
private:
void unloadShaders();
void addToQuickLookup( LLDrawPool* new_poolp );
@@ -724,8 +719,6 @@ protected:
U64 mOldRenderDebugMask;
std::stack<U32> mRenderDebugFeatureStack;
- LLTimer* mUpdateTimer;
-
/////////////////////////////////////////////
//
//