From 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Dec 2014 09:47:48 +0200 Subject: brute-force find-and-remove of unused #define constants. Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb --- starmath/inc/helpids.h | 3 --- starmath/inc/rect.hxx | 6 ------ 2 files changed, 9 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h index caa30296a3cb..923496b0a110 100644 --- a/starmath/inc/helpids.h +++ b/starmath/inc/helpids.h @@ -19,8 +19,6 @@ #ifndef INCLUDED_STARMATH_INC_HELPIDS_H #define INCLUDED_STARMATH_INC_HELPIDS_H -#define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG" -#define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG" #define HID_SMA_WIN_DOCUMENT "STARMATH_HID_SMA_WIN_DOCUMENT" #define HID_SMA_COMMAND_WIN_EDIT "STARMATH_HID_SMA_COMMAND_WIN_EDIT" @@ -251,7 +249,6 @@ #define HID_SMA_LRDBRACKETX "STARMATH_HID_SMA_LRDBRACKETX" #define HID_SMA_SLRDBRACKETX "STARMATH_HID_SMA_SLRDBRACKETX" -#define HID_SMA_CONTROL_SYMBOLSET_VIEW "STARMATH_HID_SMA_CONTROL_SYMBOLSET_VIEW" #define HID_SMA_NOSPACE "STARMATH_HID_SMA_NOSPACE" diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index 16a9d1f37e61..480bb7c66ee5 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -50,12 +50,6 @@ inline long SmFromTo(long nFrom, long nTo, double fRelDist) // Note: however, italic spaces can be negative! -// possible flags for the 'Draw' function below (just for debugging) -#define SM_RECT_CORE 0x0001 -#define SM_RECT_ITALIC 0x0002 -#define SM_RECT_LINES 0x0004 -#define SM_RECT_MID 0x0008 - // possible positions and alignments for the 'AlignTo' function enum RectPos // (RP_LEFT : align the current object to the left of the argument, ...) -- cgit