summaryrefslogtreecommitdiff
path: root/src/core/window-props.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-props.h')
-rw-r--r--src/core/window-props.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/window-props.h b/src/core/window-props.h
index cd16227e..096a7c82 100644
--- a/src/core/window-props.h
+++ b/src/core/window-props.h
@@ -37,18 +37,6 @@
* window from the server, and deals with it appropriately.
* Does not return it to the caller (it's been dealt with!)
*
- * \param window The window.
- * \param property A single X atom.
- */
-void meta_window_reload_property (MetaWindow *window,
- Atom property,
- gboolean initial);
-
-/**
- * Requests the current values of a single property for a given
- * window from the server, and deals with it appropriately.
- * Does not return it to the caller (it's been dealt with!)
- *
* \param window A window on the same display as the one we're
* investigating (only used to find the display)
* \param xwindow The X handle for the window.