Remove redundant anonymous namespace
static functions already have translation unit internal linkage.
This commit is contained in:
parent
06cfe1a24a
commit
77a065e8de
1 changed files with 0 additions and 2 deletions
|
@ -668,7 +668,6 @@ PointerInterface *SeatInterface::pointer() const
|
||||||
return d->pointer.data();
|
return d->pointer.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace {
|
|
||||||
static quint32 qtToWaylandButton(Qt::MouseButton button)
|
static quint32 qtToWaylandButton(Qt::MouseButton button)
|
||||||
{
|
{
|
||||||
#if HAVE_LINUX_INPUT_H
|
#if HAVE_LINUX_INPUT_H
|
||||||
|
@ -696,7 +695,6 @@ static quint32 qtToWaylandButton(Qt::MouseButton button)
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
bool SeatInterface::isPointerButtonPressed(Qt::MouseButton button) const
|
bool SeatInterface::isPointerButtonPressed(Qt::MouseButton button) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue