diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-25 12:18:43 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-25 12:42:43 -0600 |
commit | f781215c6401343d287798b58b08183e71ef57e3 (patch) | |
tree | b07001f8ee295c4ba8617c5168805269530bd9d1 /src/Makefile.am | |
parent | bf6cb46d9b06b06470efd5ad3ebae7e274f6906f (diff) | |
download | mana-f781215c6401343d287798b58b08183e71ef57e3.tar.gz mana-f781215c6401343d287798b58b08183e71ef57e3.tar.bz2 mana-f781215c6401343d287798b58b08183e71ef57e3.tar.xz mana-f781215c6401343d287798b58b08183e71ef57e3.zip |
Merge StorageWindow into InventoryWindow
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1b666d01..035d4e1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -189,8 +189,6 @@ mana_SOURCES = gui/widgets/avatarlistbox.cpp \ gui/specialswindow.h \ gui/statuswindow.cpp \ gui/statuswindow.h \ - gui/storagewindow.cpp \ - gui/storagewindow.h \ gui/textdialog.cpp \ gui/textdialog.h \ gui/textpopup.cpp \ |