diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
| commit | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch) | |
| tree | 24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /FL/Fl_Plugin.H | |
| parent | 7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff) | |
wip
Diffstat (limited to 'FL/Fl_Plugin.H')
| -rw-r--r-- | FL/Fl_Plugin.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/Fl_Plugin.H b/FL/Fl_Plugin.H index d2b1dd1bd..09daf6f97 100644 --- a/FL/Fl_Plugin.H +++ b/FL/Fl_Plugin.H @@ -22,9 +22,6 @@ #include "Fl_Preferences.H" -#include <string> -#include <vector> - /** \brief Fl_Plugin allows link-time and run-time integration of binary modules. @@ -86,7 +83,6 @@ public: static void removePlugin(Fl_Preferences::ID id); static int load(const char *filename); static int loadAll(const char *dirpath, const char *pattern=0); - static std::vector<std::string> klass_list(); }; |
