summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJosh Guilfoyle <Josh.Guilfoyle@T-Mobile.com>2009-08-06 15:32:25 -0700
committerJosh Guilfoyle <Josh.Guilfoyle@T-Mobile.com>2009-08-07 11:43:09 -0700
commitfe6dacb52d9eac4d2aacdb9f974dd8f3755b7f16 (patch)
tree820f93a6502748c0c608c4182664e69b8cf8b4d4 /tools
parent0855d4bc7312044980d29933cbee5f1cafbee87c (diff)
downloadframeworks_base-fe6dacb52d9eac4d2aacdb9f974dd8f3755b7f16.zip
frameworks_base-fe6dacb52d9eac4d2aacdb9f974dd8f3755b7f16.tar.gz
frameworks_base-fe6dacb52d9eac4d2aacdb9f974dd8f3755b7f16.tar.bz2
Remove more unnecessary code from BridgeContext.java.
This commit amends 55eae557309fd6f3f23670ba6608eee1dd0f6789. CR: Sergey Ten
Diffstat (limited to 'tools')
-rw-r--r--tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeContext.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeContext.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeContext.java
index 74dc9a7..baa3d53 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeContext.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeContext.java
@@ -66,8 +66,6 @@ public final class BridgeContext extends Context {
private Resources mResources;
private Theme mTheme;
- private Theme mStyledTheme;
- private String mStylePackageName;
private HashMap<View, Object> mViewKeyMap = new HashMap<View, Object>();
private IStyleResourceValue mThemeValues;
private final Object mProjectKey;