diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-12-04 22:20:53 -0800 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:29 +0200 |
commit | b912a4042d884ccc2f226ab80ddc7272967d58b2 (patch) | |
tree | c33f6d45d3cadc1b332647a388910102b66db7c2 /nx-X11/lib/X11/omImText.c | |
parent | 9dec6c18bc5289d86a1a25c71c86e82e8ad37332 (diff) | |
download | nx-libs-b912a4042d884ccc2f226ab80ddc7272967d58b2.tar.gz nx-libs-b912a4042d884ccc2f226ab80ddc7272967d58b2.tar.bz2 nx-libs-b912a4042d884ccc2f226ab80ddc7272967d58b2.zip |
Delete #if 0 hunks of code
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/omImText.c')
-rw-r--r-- | nx-X11/lib/X11/omImText.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/omImText.c b/nx-X11/lib/X11/omImText.c index 1bc08bc25..9cfb5497d 100644 --- a/nx-X11/lib/X11/omImText.c +++ b/nx-X11/lib/X11/omImText.c @@ -29,10 +29,6 @@ #include "Xlibint.h" #include "XomGeneric.h" -#if 0 -extern int _XomGenericTextExtents(), _XomGenericDrawString(); -#endif - #define GET_VALUE_MASK (GCFunction | GCForeground | GCBackground | GCFillStyle) #define SET_VALUE_MASK (GCFunction | GCForeground | GCFillStyle) |