diff options
Diffstat (limited to 'krita/colorspaces/README')
-rw-r--r-- | krita/colorspaces/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/krita/colorspaces/README b/krita/colorspaces/README deleted file mode 100644 index 21e302ff..00000000 --- a/krita/colorspaces/README +++ /dev/null @@ -1,11 +0,0 @@ -About Modules - -Modules are plug-ins that implement exchangable core functionality -for Krita, such as colour strategies. Modules are loaded at startup -and shared among all Krita documents and views. That means that making -modules stateful is iffy, and that you need to be careful about -re-entrancy. - -Modules are named modules because the plugins, which are kpartgui's -are already called plugins. Capito? Good. - |