summaryrefslogtreecommitdiff
path: root/extras/tiopf/mvp/gg_mvp.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-14 12:45:22 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-14 12:45:22 +0200
commitecc152d7debac7cd78e3239c148fc873910d21f1 (patch)
tree1dfe78c449aa919680964a33327345d29a574149 /extras/tiopf/mvp/gg_mvp.pas
parentff7f64d95ca92b644e0d66e2195a69344895b2ce (diff)
downloadfpGUI-ecc152d7debac7cd78e3239c148fc873910d21f1.tar.xz
Moved the remaineder of tiOPF support units to tiOPF repository.
Diffstat (limited to 'extras/tiopf/mvp/gg_mvp.pas')
-rw-r--r--extras/tiopf/mvp/gg_mvp.pas20
1 files changed, 0 insertions, 20 deletions
diff --git a/extras/tiopf/mvp/gg_mvp.pas b/extras/tiopf/mvp/gg_mvp.pas
deleted file mode 100644
index c8981b1a..00000000
--- a/extras/tiopf/mvp/gg_mvp.pas
+++ /dev/null
@@ -1,20 +0,0 @@
-{ This file was automatically created by Lazarus. Do not edit!
-This source is only used to compile and install the package.
- }
-
-unit gg_mvp;
-
-interface
-
-uses
- basic_intf, basic_impl, view_impl, fpgui_intf, LazarusPackageIntf;
-
-implementation
-
-procedure Register;
-begin
-end;
-
-initialization
- RegisterPackage('gg_mvp', @Register);
-end.