diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 19:04:24 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 19:04:24 +0500 |
| commit | 793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch) | |
| tree | e81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /fluid/fld_tool_store.h | |
| parent | b4995f979d127cea667b4e2b71c91e9db4ab52ef (diff) | |
wip
Diffstat (limited to 'fluid/fld_tool_store.h')
| -rw-r--r-- | fluid/fld_tool_store.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fluid/fld_tool_store.h b/fluid/fld_tool_store.h index cfe325def..3f16ba68e 100644 --- a/fluid/fld_tool_store.h +++ b/fluid/fld_tool_store.h @@ -10,16 +10,12 @@ #ifndef FLUID_FLD_TOOL_STORE_H #define FLUID_FLD_TOOL_STORE_H -namespace fld { - /** Indicate the storage location for tools like layout suites and shell macros. \see class Fd_Shell_Command, class Layout_Suite */ typedef int Tool_Store; -} // namespace fld - enum { FLD_TOOL_STORE_INTERNAL = 0, ///< stored inside FLUID app FLD_TOOL_STORE_USER, ///< suite is stored in the user wide FLUID settings |
