summaryrefslogtreecommitdiff
path: root/extras/tiopf/demos/Demo_08_Collection/mediators.pas
diff options
context:
space:
mode:
Diffstat (limited to 'extras/tiopf/demos/Demo_08_Collection/mediators.pas')
-rw-r--r--extras/tiopf/demos/Demo_08_Collection/mediators.pas17
1 files changed, 0 insertions, 17 deletions
diff --git a/extras/tiopf/demos/Demo_08_Collection/mediators.pas b/extras/tiopf/demos/Demo_08_Collection/mediators.pas
deleted file mode 100644
index a316f32f..00000000
--- a/extras/tiopf/demos/Demo_08_Collection/mediators.pas
+++ /dev/null
@@ -1,17 +0,0 @@
-unit mediators;
-
-{$mode objfpc}{$H+}
-
-interface
-
-uses
- tiCompositeMediators;
-
-type
- TClient_StringGrid_Mediator = class(TCompositeStringGridMediator)
- end;
-
-implementation
-
-end.
-