From 01eaab8314a7b4a0cc5d5a10d9a0e87fc1709d72 Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <uli42@gmx.de>
Date: Wed, 19 Oct 2016 21:58:06 +0200
Subject: LRGB.c: Fix label defined but not used
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

LRGB.c: In function ‘LINEAR_RGB_InitSCCData’:
LRGB.c:798:1: warning: label ‘FreeBlueTblElements’ defined but not used [-Wunused-label]
 FreeBlueTblElements:
 ^
---
 nx-X11/lib/X11/LRGB.c | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'nx-X11')

diff --git a/nx-X11/lib/X11/LRGB.c b/nx-X11/lib/X11/LRGB.c
index 4bfa3cfb1..38cc6cfb4 100644
--- a/nx-X11/lib/X11/LRGB.c
+++ b/nx-X11/lib/X11/LRGB.c
@@ -795,9 +795,6 @@ LINEAR_RGB_InitSCCData(
 
     return(XcmsSuccess);
 
-FreeBlueTblElements:
-    Xfree(pScreenData->pBlueTbl->pBase);
-
 FreeBlueTbl:
     Xfree(pScreenData->pBlueTbl);
 
-- 
cgit v1.2.3