Bug 714258 - Remove unused variable rv in nsEditorController::RegisterEditorCommands; r=ehsan

This commit is contained in:
Ms2ger 2012-01-02 19:05:19 +01:00
Родитель 73e7808564
Коммит af400f02c8
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -110,8 +110,6 @@ nsresult nsEditorController::RegisterEditingCommands(nsIControllerCommandTable *
// static // static
nsresult nsEditorController::RegisterEditorCommands(nsIControllerCommandTable *inCommandTable) nsresult nsEditorController::RegisterEditorCommands(nsIControllerCommandTable *inCommandTable)
{ {
nsresult rv;
// These are commands that will be used in text widgets only. // These are commands that will be used in text widgets only.
NS_REGISTER_FIRST_COMMAND(nsSelectionMoveCommands, "cmd_scrollTop"); NS_REGISTER_FIRST_COMMAND(nsSelectionMoveCommands, "cmd_scrollTop");