]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.h
Minor refactoring
[libs/gltk.git] / source / panel.h
index e9744fd107a273c12365a86d11cec545228109d6..ab83de078bc17f595f8089112610c3f72fd8cb41 100644 (file)
@@ -72,8 +72,6 @@ protected:
        static TypeRegistry<Loader::AddChildType, Loader &> widget_registry;
        static bool widget_registry_init_done;
 
-       Panel(const Panel &);
-       Panel &operator=(const Panel &);
 public:
        Panel();
        virtual ~Panel();