author | eilers <eilers> | 2004-07-18 12:54:22 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-07-18 12:54:22 (UTC) |
commit | 2d2e1091b0da1a1f2b1031969d5be0bf25446021 (patch) (side-by-side diff) | |
tree | 64bebe0415c650503211ebd839505f9cd15d0ade | |
parent | 4542dd2fd841179a064af1865b0701bdab7eaaf5 (diff) | |
download | opie-2d2e1091b0da1a1f2b1031969d5be0bf25446021.zip opie-2d2e1091b0da1a1f2b1031969d5be0bf25446021.tar.gz opie-2d2e1091b0da1a1f2b1031969d5be0bf25446021.tar.bz2 |
Really remove useless code ..
-rw-r--r-- | libopie2/opiecore/opluginloader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopie2/opiecore/opluginloader.h b/libopie2/opiecore/opluginloader.h index 7582d29..d97f586 100644 --- a/libopie2/opiecore/opluginloader.h +++ b/libopie2/opiecore/opluginloader.h @@ -14,14 +14,12 @@ namespace Opie { namespace Core { class OConfig; namespace Internal { class OPluginLibraryHolder; } -// template class QPtrDict<QLibrary>; - /** * \brief A small item representing the Plugin Information * This class contains the information about a Plugin. It contains * a translated name if available to the system, a config key, * and the path location. * |