Rip out unused GeckoSoftwareLayerClient since we've committed to GL layers.

This commit is contained in:
Kartikaya Gupta
2012-02-17 09:04:50 -05:00
parent 6154f5beb3
commit d82e6e4e91
9 changed files with 0 additions and 490 deletions

View File

@@ -991,12 +991,6 @@ void
AndroidBridge::SetLayerClient(jobject obj, jint type)
{
switch (type) {
case LAYER_CLIENT_TYPE_SOFTWARE: {
AndroidGeckoSoftwareLayerClient *client = new AndroidGeckoSoftwareLayerClient();
client->Init(obj);
mLayerClient = client;
break;
}
case LAYER_CLIENT_TYPE_GL: {
AndroidGeckoGLLayerClient *client = new AndroidGeckoGLLayerClient();
client->Init(obj);