summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2017-09-03 01:32:40 -0500
committerGary Kramlich <grim@reaperworld.com>2017-09-03 01:32:40 -0500
commit79ba7ecbe6cd634ce0bce3bdb7f536e68b194677 (patch)
treec3eaa67b61ae10be4fa27d60a56ccf93796bf7f3
parentc06d216ca13f8bc12ec2bbe0c1772ef615d4919f (diff)
downloadpidgin-79ba7ecbe6cd634ce0bce3bdb7f536e68b194677.tar.gz
Forgot to remove the original prototypes for the contrast stuff
-rw-r--r--pidgin/gtkimhtml.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/pidgin/gtkimhtml.h b/pidgin/gtkimhtml.h
index 2bbbc77a39..16c9709235 100644
--- a/pidgin/gtkimhtml.h
+++ b/pidgin/gtkimhtml.h
@@ -974,26 +974,6 @@ void gtk_imhtml_set_return_inserts_newline(GtkIMHtml *imhtml);
*/
void gtk_imhtml_set_populate_primary_clipboard(GtkIMHtml *imhtml, gboolean populate);
-/**
- * Returns TRUE if dark mode is enabled and foreground colours should be invertred
- *
- * @param style The GtkStyle in use, or NULL to use a cached version.
- *
- * @return @c TRUE if dark mode, @c FALSE otherwise
- */
-
-gboolean gtk_is_dark_mode(GtkStyle *style);
-
-/**
- * Lighten a color if dark mode is enabled.
- *
- * @param style The GtkStyle in use.
- *
- * @param color Color to be lightened. Transformed color will be written here.
- */
-
-void gtk_adjust_color_dark_mode(GtkStyle *style, GdkColor *color);
-
/*@}*/
#ifdef __cplusplus