Remove ShapeInput define from utils.h
It's nowhere used inside KWin. REVIEW: 110190
This commit is contained in:
parent
ee537050dd
commit
03656a2abe
1 changed files with 0 additions and 5 deletions
5
utils.h
5
utils.h
|
@ -174,11 +174,6 @@ enum HiddenPreviews {
|
|||
HiddenPreviewsAlways
|
||||
};
|
||||
|
||||
// compile with XShape older than 1.0
|
||||
#ifndef ShapeInput
|
||||
const int ShapeInput = 2;
|
||||
#endif
|
||||
|
||||
class Motif
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue