From bb51378eb5a390bd489fd41bd38e0b262e31479d Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sat, 9 Jun 2018 15:38:38 +0900 Subject: Use unique_ptr I don't debug yet Change-Id: I540f31c3fd5dbe757e254346328a25eb5b58dea5 Signed-off-by: Kazumasa Mitsunari --- src/applist.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/applist.cpp') diff --git a/src/applist.cpp b/src/applist.cpp index 64f5f64..4e31c03 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -25,11 +25,6 @@ using std::vector; namespace wm { -struct FloatingSurface{ - unsigned surface_id; - unsigned pid; -}; - AppList::AppList() : req_list(0), app2client(0), @@ -37,8 +32,6 @@ AppList::AppList() { } -AppList::~AppList() {} - void AppList::addClient(const string &appid, const string &role) { shared_ptr client = std::make_shared(appid, role); -- cgit 1.2.3-korg