Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-12-13 12:03:00 +0000
committerStijn Buys <ingar@osirion.org>2014-12-13 12:03:00 +0000
commitf58c9992f6a6006213123c2fc2cda0d0f055494b (patch)
tree19fe82ac01620c93bf436d7f01d8ac39534f30fd /src/client/Makefile.am
parent493e4317e19725e2de2d51753e5c1906bf9c64ba (diff)
Suppressed client::Dialog as it has been superceded by client::Messagebox.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 5577879..1ed6446 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -15,7 +15,6 @@ noinst_HEADERS = \
chat.h \
client.h \
clientext.h \
- dialog.h \
entitymenu.h \
galaxymapwidget.h \
gamewindow.h \
@@ -52,7 +51,6 @@ libclient_la_SOURCES = \
chat.cc \
client.cc \
clientext.cc \
- dialog.cc \
entitymenu.cc \
galaxymapwidget.cc \
gamewindow.cc \