From d425da226ca10660d2e9dd53aaa6d895ce772904 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 10 Jun 2023 11:24:43 +0900 Subject: Drop TQT_NO_COMPAT code Signed-off-by: Michele Calgaro --- kjsembed/tools/headers/qcanvas.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'kjsembed') diff --git a/kjsembed/tools/headers/qcanvas.h b/kjsembed/tools/headers/qcanvas.h index bbd97489..c60078c2 100644 --- a/kjsembed/tools/headers/qcanvas.h +++ b/kjsembed/tools/headers/qcanvas.h @@ -133,16 +133,6 @@ public: virtual void setActive(bool yes); bool isActive() const { return (bool)act; } -#ifndef TQT_NO_COMPAT - bool visible() const - { return (bool)vis; } - bool selected() const - { return (bool)sel; } - bool enabled() const - { return (bool)ena; } - bool active() const - { return (bool)act; } -#endif enum RttiValues { Rtti_Item = 0, -- cgit v1.2.1