diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2011-10-25 12:04:01 -0400 |
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2011-10-25 12:04:01 -0400 |
| commit | 54f35e67c9f19cfc2096cd3c9b817dd0e1098451 (patch) | |
| tree | 6b5a2a5866850aa72f2d284d0edb59241dfcadba | |
| parent | 69420eefd8cc7f017b5ba8dc9ba38d264f848dde (diff) | |
Remove unneeded headers and commented out code.
(bzr r1635.1.32)
| -rw-r--r-- | plugins/unityshell/src/LauncherController.cpp | 9 | ||||
| -rw-r--r-- | plugins/unityshell/src/LauncherController.h | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/plugins/unityshell/src/LauncherController.cpp b/plugins/unityshell/src/LauncherController.cpp index 5472a544b..69f8e9c39 100644 --- a/plugins/unityshell/src/LauncherController.cpp +++ b/plugins/unityshell/src/LauncherController.cpp @@ -42,10 +42,6 @@ #include "WindowManager.h" #include "TrashLauncherIcon.h" #include "BFBLauncherIcon.h" -/* FIXME: once we get a better method to add the toplevel windows to - the accessible root object, this include would not be required */ -#include "unitya11y.h" -#include "unity-util-accessible.h" namespace unity @@ -487,11 +483,6 @@ Launcher& Controller::launcher() return *(pimpl->launcher_); } -//LauncherModel& Controller::model() -//{ -// return *(pimpl->model_); -//} - std::vector<char> Controller::GetAllShortcuts() { std::vector<char> shortcuts; diff --git a/plugins/unityshell/src/LauncherController.h b/plugins/unityshell/src/LauncherController.h index 89c0b7cf3..efb959a56 100644 --- a/plugins/unityshell/src/LauncherController.h +++ b/plugins/unityshell/src/LauncherController.h @@ -43,7 +43,6 @@ public: ~Controller(); Launcher& launcher(); -// LauncherModel& model(); Window launcher_input_window_id(); void UpdateNumWorkspaces(int workspaces); |
