summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-05 21:12:52 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-05 21:12:52 +0000
commit9f2f1dc70a7ed6495cf511249f3b9095fb40c38a (patch)
treeb54494da367fdeb1c4f3e90b559da6615b58e370 /src/core
parent346808789cfd3556b8caf263bdd81982d6081296 (diff)
downloadirssi-9f2f1dc70a7ed6495cf511249f3b9095fb40c38a.zip
Server events: switched order of data and server parameters. it's now
SERVER_REC *server, const char *data, .. hope this doesn't cause too many problems :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@967 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r--src/core/expandos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/expandos.h b/src/core/expandos.h
index 3667449f..2ce00ecc 100644
--- a/src/core/expandos.h
+++ b/src/core/expandos.h
@@ -7,7 +7,6 @@
typedef enum {
EXPANDO_ARG_NONE,
EXPANDO_ARG_SERVER,
- EXPANDO_ARG_SERVER2, /* second argument.. */
EXPANDO_ARG_WINDOW,
EXPANDO_ARG_WINDOW_ITEM,