summaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-04 00:47:12 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-04 00:47:12 +0100
commita26ca7a0560f17513217b1c1190949a6c0cbd8f5 (patch)
treed8717e3dfb11e132b86d6f00d3e475b9ebe7fa25 /src/globals.c
parent76e8b5988a3ae13d80bd34ff4a00766b724075b6 (diff)
downloadratpoison-a26ca7a0560f17513217b1c1190949a6c0cbd8f5.zip
Kill init_globals().
* selection has static storage and is thus correctly initialized.
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/globals.c b/src/globals.c
index 7faff71..1481a5c 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -268,12 +268,6 @@ set_window_focus (Window window)
LIST_HEAD (rp_frame_undos);
LIST_HEAD (rp_frame_redos);
-void
-init_globals (void)
-{
- selection.text = NULL;
- selection.len = 0;
-}
/* Wrapper font functions to support Xft */