Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
93ed1048
Commit
93ed1048
authored
Dec 06, 2017
by
Ell
Browse files
app: remove gimp_filter_is_active() prototype
Leftover from commit
f5d1686a
, not actually defined.
parent
87aaf576
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/core/gimpfilter.h
View file @
93ed1048
...
...
@@ -60,7 +60,6 @@ GeglNode * gimp_filter_peek_node (GimpFilter *filter);
void
gimp_filter_set_active
(
GimpFilter
*
filter
,
gboolean
active
);
gboolean
gimp_filter_get_active
(
GimpFilter
*
filter
);
gboolean
gimp_filter_is_active
(
GimpFilter
*
filter
);
void
gimp_filter_set_is_last_node
(
GimpFilter
*
filter
,
gboolean
is_last_node
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment