summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-03 15:57:40 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-03 15:57:40 +0100
commitb60ca07f1ffd0eac23f96dafa161a716bcaa36e8 (patch)
tree8ef92294f3005ff6a1098e7852b8817dc3ebdbaa /include
parent861b52a523dd32e081c5428acfda177bb5399944 (diff)
Remove border-width property from window.
Diffstat (limited to 'include')
-rw-r--r--include/widgets/window.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/widgets/window.h b/include/widgets/window.h
index cd943ff0..fe106ea8 100644
--- a/include/widgets/window.h
+++ b/include/widgets/window.h
@@ -30,14 +30,5 @@ window * window_create ( const char *name );
* Add a widget to the window.
*/
void window_add ( window *window, widget *child );
-
-/**
- * @param window Handle to the window widget.
- *
- * Get the border width of the widget.
- *
- * @returns the border width (times 2) of the widget.
- */
-int window_get_border_width ( const window *window );
/*@}*/
#endif // ROFI_WINDOW_H