summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-19 10:43:48 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-19 10:43:48 -0800
commit0d880443254156a104de90645e63dcc6a318973b (patch)
treeaae481dd05d4a5916df38224ba243e9b9341a3a8 /vcl
parentd738000bcb0c2afd6e2a806eccd360d1ca1df092 (diff)
Remove DECLARE_LIST( SalDisplays, SalDisplay* )
It's always easy when they aren't used.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/saldata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/inc/saldata.hxx b/vcl/unx/inc/saldata.hxx
index 463a65d06078..8d87d7822419 100644
--- a/vcl/unx/inc/saldata.hxx
+++ b/vcl/unx/inc/saldata.hxx
@@ -45,8 +45,6 @@ class SalPrinter;
// -=-= typedefs -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-DECLARE_LIST( SalDisplays, SalDisplay* )
-
#if defined LINUX || defined NETBSD || defined AIX || \
defined FREEBSD || defined OPENBSD || defined DRAGONFLY
#include <pthread.h>