Merge lp:~hikiko/compiz/compiz.fix-compile-errors into lp:compiz/0.9.13

Proposed by Eleni Maria Stea
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 4100
Merged at revision: 4098
Proposed branch: lp:~hikiko/compiz/compiz.fix-compile-errors
Merge into: lp:compiz/0.9.13
Diff against target: 47 lines (+0/-23)
1 file modified
plugins/place/src/screen-size-change/tests/screen-size-change/src/test-place-screen-size-change.cpp (+0/-23)
To merge this branch: bzr merge lp:~hikiko/compiz/compiz.fix-compile-errors
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+310167@code.launchpad.net

Commit message

fixes compile errors caused by unused test functions

Description of the change

fixes compile errors caused by unused test functions

To post a comment you must log in.
4099. By Eleni Maria Stea

removed function definitions too

4100. By Eleni Maria Stea

completely removed the unused functions

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

ACK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/place/src/screen-size-change/tests/screen-size-change/src/test-place-screen-size-change.cpp'
2--- plugins/place/src/screen-size-change/tests/screen-size-change/src/test-place-screen-size-change.cpp 2014-05-19 15:56:24 +0000
3+++ plugins/place/src/screen-size-change/tests/screen-size-change/src/test-place-screen-size-change.cpp 2016-11-07 10:32:11 +0000
4@@ -64,12 +64,7 @@
5 const cw::extents::Extents & getExtents () const;
6 unsigned int getState () const;
7
8- void setVp (const CompPoint &);
9 void setWorkArea (const CompRect &);
10- void setExtents (unsigned int left,
11- unsigned int right,
12- unsigned int top,
13- unsigned int bottom);
14
15 void setGeometry (const cw::Geometry &g);
16 cw::Geometry sizeAdjustTest (const CompSize &oldSize,
17@@ -222,30 +217,12 @@
18 }
19
20 void
21-StubScreenSizeChangeObject::setVp (const CompPoint &p)
22-{
23- mCurrentVp = p;
24-}
25-
26-void
27 StubScreenSizeChangeObject::setWorkArea (const CompRect &wa)
28 {
29 mCurrentWorkArea = wa;
30 }
31
32 void
33-StubScreenSizeChangeObject::setExtents (unsigned int left,
34- unsigned int right,
35- unsigned int top,
36- unsigned int bottom)
37-{
38- mCurrentExtents.left = left;
39- mCurrentExtents.right = right;
40- mCurrentExtents.top = top;
41- mCurrentExtents.bottom = bottom;
42-}
43-
44-void
45 StubScreenSizeChangeObject::setGeometry (const cw::Geometry &g)
46 {
47 mCurrentGeometry = g;

Subscribers

People subscribed via source and target branches