mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 615069 qStyle is unused in nsLookAndFeel::GetMetric(const nsMetricID aID,PRInt32 &aMetric)
r=romaxa --HG-- extra : rebase_source : 3de6dbfb13aad88f47bec0b43ad1ac653e5a083c
This commit is contained in:
parent
114ff1cffa
commit
59f45200eb
@ -349,8 +349,6 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID,PRInt32 &aMetric)
|
||||
|
||||
res = NS_OK;
|
||||
|
||||
QStyle* qStyle = qApp->style();
|
||||
|
||||
switch (aID) {
|
||||
case eMetric_CaretBlinkTime:
|
||||
aMetric = 500;
|
||||
|
Loading…
Reference in New Issue
Block a user