diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-27 12:50:42 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-27 13:26:11 +0300 |
commit | c6542e4f7a759b163ced45155ab6ab898be2f111 (patch) | |
tree | 67f0b288cddcd16305c62f40f92cc78d30d3ec15 /svtools | |
parent | 93b35682c4458f76f09e10cf934dd51adfb26deb (diff) |
WaE: macro is not used
Change-Id: I37ec7e6104dc9526b1792f163fe58ec8673274c2
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 3ca0bf6196d9..6dbe87f6e392 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -91,8 +91,6 @@ using ::svt::FolderDescriptor; #define COLUMN_SIZE 3 #define COLUMN_DATE 4 -#define SEPARATOR_STR "----------------------------------" - #define ROW_HEIGHT 17 // the height of a row has to be a little higher than the bitmap #define QUICK_SEARCH_TIMEOUT 1500 // time in mSec before the quicksearch string will be reseted |