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>2011-09-04 17:54:51 +0000
committerStijn Buys <ingar@osirion.org>2011-09-04 17:54:51 +0000
commit69eed715f80c24c2435c82bb9fa1954697bf3af0 (patch)
treea21aa14d2ecfa86b94d3b122c2c972d758425782 /src/ui/Makefile.am
parentedd5dfcd15198f5d5d277835fdf75108eb67472d (diff)
Moved main menu infrastructure into client namespace,
removed ui::Container and ui::Menu classes.
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 36a1ac1..c753408 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -12,7 +12,6 @@ noinst_HEADERS = \
bitmap.h \
button.h \
console.h \
- container.h \
definitions.h \
font.h \
iconbutton.h \
@@ -20,7 +19,6 @@ noinst_HEADERS = \
label.h \
listitem.h \
listview.h \
- menu.h \
modelview.h \
paint.h \
palette.h \
@@ -36,14 +34,12 @@ libui_la_SOURCES = \
bitmap.cc \
button.cc \
console.cc \
- container.cc \
font.cc \
iconbutton.cc \
inputbox.cc \
label.cc \
listitem.cc \
listview.cc \
- menu.cc \
modelview.cc \
paint.cc \
palette.cc \