summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /starmath
parent0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff)
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/helpids.h3
-rw-r--r--starmath/inc/rect.hxx6
2 files changed, 0 insertions, 9 deletions
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, ...)