From 784b6b5f524eb0ebb67e0801df29c19d01969f37 Mon Sep 17 00:00:00 2001 From: Tonya Souther Date: Sun, 19 Aug 2012 15:57:32 -0500 Subject: [PATCH] Deleting duplicated lines that shouldn't have been there. --- indra/llwindow/llwindowmacosx.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index 8a593a79bd..cdbef06a84 100644 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -2845,11 +2845,6 @@ const char* cursorIDToName(int id) case UI_CURSOR_TOOLPAUSE: return "UI_CURSOR_TOOLPAUSE"; case UI_CURSOR_TOOLMEDIAOPEN: return "UI_CURSOR_TOOLMEDIAOPEN"; case UI_CURSOR_PIPETTE: return "UI_CURSOR_PIPETTE"; - // gcc gets unhappy at duplicate case labels. - //case UI_CURSOR_TOOLSIT: return "UI_CURSOR_TOOLSIT"; - //case UI_CURSOR_TOOLBUY: return "UI_CURSOR_TOOLBUY"; - //case UI_CURSOR_TOOLOPEN: return "UI_CURSOR_TOOLOPEN"; - // case UI_CURSOR_TOOLPATHFINDING: return "UI_CURSOR_PATHFINDING"; case UI_CURSOR_TOOLPATHFINDING_PATH_START: return "UI_CURSOR_PATHFINDING_START"; case UI_CURSOR_TOOLPATHFINDING_PATH_START_ADD: return "UI_CURSOR_PATHFINDING_START_ADD";