X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpanel.h;fp=source%2Fpanel.h;h=ab83de078bc17f595f8089112610c3f72fd8cb41;hp=e9744fd107a273c12365a86d11cec545228109d6;hb=103ceeace366c6d80fce323438b31b9bbc167915;hpb=aa9b8db38efb9e97460c76e27cecc4d1591b23e5 diff --git a/source/panel.h b/source/panel.h index e9744fd..ab83de0 100644 --- a/source/panel.h +++ b/source/panel.h @@ -72,8 +72,6 @@ protected: static TypeRegistry widget_registry; static bool widget_registry_init_done; - Panel(const Panel &); - Panel &operator=(const Panel &); public: Panel(); virtual ~Panel();