aboutsummaryrefslogtreecommitdiffstats
path: root/src/applist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/applist.cpp')
-rw-r--r--src/applist.cpp7
1 files changed, 0 insertions, 7 deletions
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<WMClient> client = std::make_shared<WMClient>(appid, role);