aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-03 21:04:04 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-03 21:04:04 +0000
commitde48f4e69aef2efba652b10994a920d6a61e856d (patch)
tree97be169c03c1905ab439a7d960814161cf040241 /lib/ComponentUI
parente716714fb1197850975fcd131149db2f53b07f64 (diff)
downloadreaction-de48f4e69aef2efba652b10994a920d6a61e856d.tar.gz
reaction-de48f4e69aef2efba652b10994a920d6a61e856d.zip
optimizations are fun! widget cache, reflector and immutable, other details. bye old view
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/View/XHTML.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ComponentUI/View/XHTML.pm b/lib/ComponentUI/View/XHTML.pm
deleted file mode 100644
index 32a5c87..0000000
--- a/lib/ComponentUI/View/XHTML.pm
+++ /dev/null
@@ -1,7 +0,0 @@
-package ComponentUI::View::XHTML;
-
-use Reaction::Class;
-
-extends 'Reaction::UI::Renderer::XHTML';
-
-1;