Skip to content

Commit edebbad

Browse files
committed
Deactivate deprecated modules group
1 parent ce6b6a2 commit edebbad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libs/modulegroups.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of darktable,
3-
Copyright (C) 2011-2024 darktable developers.
3+
Copyright (C) 2011-2025 darktable developers.
44
55
darktable is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -1780,6 +1780,7 @@ void init_presets(dt_lib_module_t *self)
17801780
dt_lib_presets_add(_("search only"),
17811781
self->plugin_name, self->version(), tx, strlen(tx), TRUE, 0);
17821782

1783+
#if 0
17831784
// this is a special preset for all newly deprecated modules
17841785
// so users still have a chance to access them until next release (with warning messages)
17851786
// this modules are deprecated in 3.4 and should be removed from this group in 3.8 (1 year later)
@@ -1791,6 +1792,7 @@ void init_presets(dt_lib_module_t *self)
17911792

17921793
dt_lib_presets_add(_(DEPRECATED_PRESET_NAME),
17931794
self->plugin_name, self->version(), tx, strlen(tx), TRUE, 0);
1795+
#endif
17941796

17951797
g_free(tx);
17961798

0 commit comments

Comments
 (0)