diff options
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. |