summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/tests/resize
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-05 15:44:20 -0700
committerMathias Agopian <mathias@google.com>2011-04-05 20:11:55 -0700
commit47d8730a2463f38a695ab95b533b0d9728f266a3 (patch)
treec23a2e34ea58f75466a0b791f074c18095d4db68 /services/surfaceflinger/tests/resize
parent27fd410be493f2d09c1ec5c4a9f19ad2b2fe4012 (diff)
downloadframeworks_native-47d8730a2463f38a695ab95b533b0d9728f266a3.zip
frameworks_native-47d8730a2463f38a695ab95b533b0d9728f266a3.tar.gz
frameworks_native-47d8730a2463f38a695ab95b533b0d9728f266a3.tar.bz2
remove more unused references to ISurface
Change-Id: I2201f1ca2bb8f203a081d94a0134f798778dfbef
Diffstat (limited to 'services/surfaceflinger/tests/resize')
-rw-r--r--services/surfaceflinger/tests/resize/resize.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/services/surfaceflinger/tests/resize/resize.cpp b/services/surfaceflinger/tests/resize/resize.cpp
index 0ccca77..18c54b3 100644
--- a/services/surfaceflinger/tests/resize/resize.cpp
+++ b/services/surfaceflinger/tests/resize/resize.cpp
@@ -29,13 +29,6 @@
using namespace android;
namespace android {
-class Test {
-public:
- static const sp<ISurface>& getISurface(const sp<Surface>& s) {
- return s->getISurface();
- }
-};
-};
int main(int argc, char** argv)
{