mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 645592 - Remove unused getTitle function. r=margaret
This commit is contained in:
parent
0ec79746ba
commit
339aceecb8
@ -124,10 +124,6 @@ public final class Tab {
|
||||
return mUrl;
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
return mTitle;
|
||||
}
|
||||
|
||||
public String getDisplayTitle() {
|
||||
if (mTitle != null && mTitle.length() > 0) {
|
||||
return mTitle;
|
||||
@ -413,7 +409,7 @@ public final class Tab {
|
||||
if (url == null)
|
||||
return;
|
||||
|
||||
BrowserDB.addBookmark(mContentResolver, getTitle(), url);
|
||||
BrowserDB.addBookmark(mContentResolver, mTitle, url);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user