mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
Removed some commented out code no longuer needed
This commit is contained in:
parent
f6b4cbc43e
commit
2a7c2fcfb2
@ -37,7 +37,6 @@ import android.view.Window;
|
||||
import android.view.View.OnClickListener;
|
||||
import android.webkit.CacheManager;
|
||||
import android.webkit.UrlInterceptHandler;
|
||||
// import android.webkit.PluginData; // XXX TODO reenable when we switch to sdk 1.5
|
||||
import android.webkit.WebView;
|
||||
import android.webkit.CacheManager.CacheResult;
|
||||
import android.webkit.PluginData;
|
||||
@ -114,8 +113,6 @@ public class MessageView extends K9Activity
|
||||
|
||||
private Menu optionsMenu = null;
|
||||
|
||||
// public PluginData getPluginData(String x, Map<String,String> y) {return null;} // XXX TODO reenable when we switch to 1.5
|
||||
|
||||
private DateFormat getDateFormat()
|
||||
{
|
||||
if (dateFormat == null)
|
||||
|
Loading…
Reference in New Issue
Block a user