From 7fdd67a957d9e06016970e823d006a36f4b52c73 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Fri, 9 Jun 2017 17:18:28 +0200 Subject: removed all notifier remnants Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index 889b722..85ca4f6 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -110,46 +110,6 @@ struct output : wayland_proxy { // |___/ namespace genivi { -// -// _ __ __ _ _ __ ___ ___ ___ _ __ __ _ ___ ___ -// | '_ \ / _` | '_ ` _ \ / _ \/ __| '_ \ / _` |/ __/ _ \ -// | | | | (_| | | | | | | __/\__ \ |_) | (_| | (_| __/ -// |_| |_|\__,_|_| |_| |_|\___||___/ .__/ \__,_|\___\___| -// |_| -// _ _ __ -// _ __ ___ | |_(_)/ _|_ _ -// | '_ \ / _ \| __| | |_| | | | -// | | | | (_) | |_| | _| |_| | -// |_| |_|\___/ \__|_|_| \__, | -// |___/ -namespace notify { -enum property { - Dimensions, // i.e. configure - DestRect, - SrcRect, - ZOrder, - Vibility, - Opacity, - Layer, - Surface, - Content, - Orientation, - Screen, -}; - -template -struct notifier { - typedef std::function ReceiverT; - - std::vector receivers; - - virtual ~notifier() {} - - void add_receiver(ReceiverT); - void notify(enum property) const; -}; -} - struct controller; struct controlled_entity { -- cgit 1.2.3-korg