summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-09-13 11:57:21 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-09-17 08:19:10 +0000
commit371d015798441166bb27e0ee9140037edfcd7c4e (patch)
tree7c31ad51caa05690b842836b76f80f65f86715b9 /src/client
parentbe9557db507ea552251bbb1c1091ce115829f485 (diff)
Remove unnecessary function declaration
Change-Id: I55a7b579babfa99707e3e4b4cf15c34f48459825 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client')
-rw-r--r--src/client/qwaylanddisplay_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index 71a39dd92..0dd8d7aff 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -235,11 +235,6 @@ private:
void registry_global(uint32_t id, const QString &interface, uint32_t version) override;
void registry_global_remove(uint32_t id) override;
-
- static void shellHandleConfigure(void *data, struct wl_shell *shell,
- uint32_t time, uint32_t edges,
- struct wl_surface *surface,
- int32_t width, int32_t height);
};
}