diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-03-25 13:08:18 -0430 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-03-28 09:47:41 +0100 |
commit | 30cb5b729cf08321428e1464f19e319da9708f34 (patch) | |
tree | c38fcb15f408998b6c3fbc3ffec39194d02acea2 /tools/bootstrp | |
parent | bf540443d49a8ceb0071ab7a46f3d0c20866d867 (diff) |
Remove unused DECLARE_LIST.
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/prj.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx index c519d337464c..e669787238b2 100644 --- a/tools/bootstrp/prj.cxx +++ b/tools/bootstrp/prj.cxx @@ -38,8 +38,6 @@ #include "bootstrp/prj.hxx" #include "bootstrp/inimgr.hxx" -DECLARE_LIST( UniStringList, UniString* ) - #if defined(WNT) || defined(OS2) #define LIST_DELIMETER ';' #define PATH_DELIMETER '\\' |