Merge lp:~vanvugt/unity/remove-gtkloader into lp:unity
Proposed by
Daniel van Vugt
Status: | Merged |
---|---|
Merged at revision: | 2396 |
Proposed branch: | lp:~vanvugt/unity/remove-gtkloader |
Merge into: | lp:unity |
Diff against target: |
172 lines (+0/-107) 8 files modified
CMakeLists.txt (+0/-1) plugins/gtkloader/CMakeLists.txt (+0/-5) plugins/gtkloader/gtkloader.xml.in (+0/-7) plugins/gtkloader/src/gtkloader.cpp (+0/-46) plugins/gtkloader/src/gtkloader.h (+0/-42) po/POTFILES.in (+0/-1) tools/apply_unity_formatting.sh (+0/-2) tools/unity.cmake (+0/-3) |
To merge this branch: | bzr merge lp:~vanvugt/unity/remove-gtkloader |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sam Spilsbury (community) | Disapprove | ||
Andrea Azzarone (community) | Approve | ||
Review via email:
|
Commit message
Remove dead code: gtkloader plugin
gtkloader has never been used AFAIK. Instead, in Unity 4.x the GTK init
happened in compiz' main(). And in Unity 5.x, the GTK init happens in
unityshell.cpp: UnityPluginVTab
in the Unity compizconfig profile. It's dead code, and redundant too.
To post a comment you must log in.
+1