mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 210216 remove unused nsChromeRegistry::mUIDataSource r=rjc sr=shaver
This commit is contained in:
parent
b33261e746
commit
c904248045
@ -3057,10 +3057,6 @@ nsChromeRegistry::AddToCompositeDataSource(PRBool aUseProfile)
|
||||
getter_AddRefs(mChromeDataSource));
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
// Also create and hold on to our UI data source.
|
||||
rv = NS_NewChromeUIDataSource(mChromeDataSource, getter_AddRefs(mUIDataSource));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
if (aUseProfile) {
|
||||
|
@ -224,7 +224,6 @@ protected:
|
||||
|
||||
nsCOMPtr<nsIRDFCompositeDataSource> mChromeDataSource;
|
||||
nsCOMPtr<nsIRDFDataSource> mInstallDirChromeDataSource;
|
||||
nsCOMPtr<nsIRDFDataSource> mUIDataSource;
|
||||
|
||||
nsSupportsHashtable* mDataSourceTable;
|
||||
nsIRDFService* mRDFService;
|
||||
|
@ -3057,10 +3057,6 @@ nsChromeRegistry::AddToCompositeDataSource(PRBool aUseProfile)
|
||||
getter_AddRefs(mChromeDataSource));
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
// Also create and hold on to our UI data source.
|
||||
rv = NS_NewChromeUIDataSource(mChromeDataSource, getter_AddRefs(mUIDataSource));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
if (aUseProfile) {
|
||||
|
@ -224,7 +224,6 @@ protected:
|
||||
|
||||
nsCOMPtr<nsIRDFCompositeDataSource> mChromeDataSource;
|
||||
nsCOMPtr<nsIRDFDataSource> mInstallDirChromeDataSource;
|
||||
nsCOMPtr<nsIRDFDataSource> mUIDataSource;
|
||||
|
||||
nsSupportsHashtable* mDataSourceTable;
|
||||
nsIRDFService* mRDFService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user