summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-06 19:02:09 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-06 19:02:09 +0200
commit6b43fed3aa4a11ffd29afafc03ea5d6300b41953 (patch)
tree5dc20da5642ccc4f674aa8dfdb70a2c930a09112 /include
parent4dc9f29512758d4ab93300ae4147c9cc8f4cc979 (diff)
use color, background-color and border-color
Diffstat (limited to 'include')
-rw-r--r--include/theme.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/theme.h b/include/theme.h
index f01a325c..810391f3 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -133,16 +133,6 @@ void rofi_theme_widget_add_properties ( ThemeWidget *widget, GHashTable *table )
* @returns The distance value of this property for this widget.
*/
RofiDistance rofi_theme_get_distance ( const widget *widget, const char *property, int def );
-/**
- * @param widget The widget to query
- * @param property The property to query.
- * @param def The default value.
- *
- * Obtain the distance of the widget.
- *
- * @returns The distance value of this property for this widget.
- */
-RofiDistance rofi_theme_get_distance_exact ( const widget *widget, const char *property, int def );
/**
* @param widget The widget to query
@@ -166,16 +156,6 @@ int rofi_theme_get_integer ( const widget *widget, const char *property, int
*/
int rofi_theme_get_position ( const widget *widget, const char *property, int def );
-/**
- * @param widget The widget to query
- * @param property The property to query.
- * @param def The default value.
- *
- * Obtain the integer of the widget.
- *
- * @returns The integer value of this property for this widget.
- */
-int rofi_theme_get_integer_exact ( const widget *widget, const char *property, int def );
/**
* @param widget The widget to query