Bug 687070 - Remove unused variable 'result' in nsDisplaySelectionOverlay::Paint; r=masayuki

This commit is contained in:
Ms2ger 2011-09-18 11:22:18 +02:00
Родитель 3fdd270683
Коммит 19eb2d5178
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1059,7 +1059,6 @@ void nsDisplaySelectionOverlay::Paint(nsDisplayListBuilder* aBuilder,
nsRenderingContext* aCtx)
{
LookAndFeel::ColorID colorID;
nsresult result;
if (mSelectionValue == nsISelectionController::SELECTION_ON) {
colorID = LookAndFeel::eColorID_TextSelectBackground;
} else if (mSelectionValue == nsISelectionController::SELECTION_ATTENTION) {