diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-14 12:45:22 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-10-14 12:45:22 +0200 |
commit | ecc152d7debac7cd78e3239c148fc873910d21f1 (patch) | |
tree | 1dfe78c449aa919680964a33327345d29a574149 /extras/tiopf/mvp/gg_mvp.pas | |
parent | ff7f64d95ca92b644e0d66e2195a69344895b2ce (diff) | |
download | fpGUI-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.pas | 20 |
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. |