summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/SurfaceFlinger.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-05-21 19:21:59 -0700
committer Mathias Agopian <mathias@google.com> 2009-05-21 19:21:59 -0700
commita1ecca920e15ce04fe56ebf4f1b52ba711f9eb2d (patch)
treed5eca56524292b41940347ddbe5387fbf136c141 /libs/surfaceflinger/SurfaceFlinger.h
parent1bdc51faa8ecddf4ab34769bfc50becb454c5e79 (diff)
split boot animation out of SurfaceFlinger
Conflicts: data/etc/platform.xml
Diffstat (limited to 'libs/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--libs/surfaceflinger/SurfaceFlinger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/surfaceflinger/SurfaceFlinger.h b/libs/surfaceflinger/SurfaceFlinger.h
index e023182591..15913f2318 100644
--- a/libs/surfaceflinger/SurfaceFlinger.h
+++ b/libs/surfaceflinger/SurfaceFlinger.h
@@ -36,7 +36,6 @@
#include <private/ui/SurfaceFlingerSynchro.h>
#include "Barrier.h"
-#include "BootAnimation.h"
#include "CPUGauge.h"
#include "Layer.h"
#include "Tokenizer.h"
@@ -347,7 +346,6 @@ private:
sp<SurfaceHeapManager> mSurfaceHeapManager;
sp<GPUHardwareInterface> mGPU;
GLuint mWormholeTexName;
- sp<BootAnimation> mBootAnimation;
nsecs_t mBootTime;
// Can only accessed from the main thread, these members
@@ -374,7 +372,6 @@ private:
int mDebugCpu;
int mDebugFps;
int mDebugBackground;
- int mDebugNoBootAnimation;
// these are thread safe
mutable Barrier mReadyToRunBarrier;