Remove unnecessary function declaration

Change-Id: I55a7b579babfa99707e3e4b4cf15c34f48459825
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-09-13 11:57:21 +02:00 committed by Johan Helsing
parent 082922b4c3
commit d95ba68c14

View File

@ -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);
};
}