diff options
author | Eike Rathke <erack@redhat.com> | 2016-09-22 13:19:39 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-09-22 13:20:40 +0200 |
commit | a4480555561df77e36c5f622cb63e4cf44b2490a (patch) | |
tree | c43a68bf940afc4a02a6a2877409dc9bded7ef46 | |
parent | 43a8b03e6f250dad19ba36d41adaa0b39be88b10 (diff) |
remove unused defines
Change-Id: I72eea07e775fa1987081b952523dc4e32483fc8a
-rw-r--r-- | sw/inc/redline.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 0cf123b7d5c8..ad25d87fa1c7 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -326,9 +326,6 @@ public: class SW_DLLPUBLIC SwRedlineHint : public SfxHint { -#define SWREDLINE_INSERTED 1 -#define SWREDLINE_FOCUS 3 - }; #endif |