From fe480d8136b204c8dc6c68916cce7e816f8b9c48 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 Jan 2015 07:32:01 +0200 Subject: remove unused typedefs found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins Reviewed-by: Noel Grandin --- shell/source/tools/lngconvex/defs.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell') diff --git a/shell/source/tools/lngconvex/defs.hxx b/shell/source/tools/lngconvex/defs.hxx index 52646b4901b6..db562e8cdb98 100644 --- a/shell/source/tools/lngconvex/defs.hxx +++ b/shell/source/tools/lngconvex/defs.hxx @@ -25,10 +25,8 @@ #include typedef std::vector StringList_t; -typedef std::unique_ptr StringListPtr_t; typedef std::vector IntegerList_t; -typedef std::unique_ptr IntegerListPtr_t; #endif -- cgit