From 60f58af24d0ea8bc5c1aa6b3136674b67a3570a7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 19 Jul 2012 12:53:44 +0100 Subject: HTMLOptGroupElement: Prepare for implementation --- include/dom/html/html_opt_group_element.h | 7 +++++++ include/dom/html/html_optgroup_element.h | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 include/dom/html/html_opt_group_element.h delete mode 100644 include/dom/html/html_optgroup_element.h (limited to 'include/dom/html') diff --git a/include/dom/html/html_opt_group_element.h b/include/dom/html/html_opt_group_element.h new file mode 100644 index 0000000..2e182d5 --- /dev/null +++ b/include/dom/html/html_opt_group_element.h @@ -0,0 +1,7 @@ +/* + * This file is part of libdom. + * Licensed under the MIT License, + * http://www.opensource.org/licenses/mit-license.php + * Copyright 2009 Bo Yang + */ + diff --git a/include/dom/html/html_optgroup_element.h b/include/dom/html/html_optgroup_element.h deleted file mode 100644 index 2e182d5..0000000 --- a/include/dom/html/html_optgroup_element.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * This file is part of libdom. - * Licensed under the MIT License, - * http://www.opensource.org/licenses/mit-license.php - * Copyright 2009 Bo Yang - */ - -- cgit v1.2.3