Use unique_ptr
[apps/agl-service-windowmanager.git] / src / applist.cpp
index 64f5f64..4e31c03 100644 (file)
@@ -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<WMClient> client = std::make_shared<WMClient>(appid, role);