diff options
author | fluxgen <fluxgen> | 2003-02-15 01:24:04 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-15 01:24:04 (GMT) |
commit | 7061805dfd4a2ba19fda52d67485c99be20ad4d0 (patch) | |
tree | cdbcbd99b4473ff881a7a71f003d3fe25b127951 /src | |
parent | 1d8589a0e25aea89152fa992b7426f09e69b3535 (diff) | |
download | fluxbox-7061805dfd4a2ba19fda52d67485c99be20ad4d0.zip fluxbox-7061805dfd4a2ba19fda52d67485c99be20ad4d0.tar.bz2 |
removed Observer and Subject
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b7118f4..0772a32 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -58,10 +58,10 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc BaseDisplay.cc Ba | |||
58 | Netizen.cc Netizen.hh nl_types_cygnus.h \ | 58 | Netizen.cc Netizen.hh nl_types_cygnus.h \ |
59 | Resource.hh Resource.cc \ | 59 | Resource.hh Resource.cc \ |
60 | Screen.cc Screen.hh \ | 60 | Screen.cc Screen.hh \ |
61 | Slit.cc Slit.hh StringUtil.cc StringUtil.hh Subject.cc Subject.hh \ | 61 | Slit.cc Slit.hh StringUtil.cc StringUtil.hh \ |
62 | Tab.hh Tab.cc Theme.hh Theme.cc \ | 62 | Tab.hh Tab.cc Theme.hh Theme.cc \ |
63 | Toolbar.cc Toolbar.hh \ | 63 | Toolbar.cc Toolbar.hh \ |
64 | ToolbarTheme.hh ToolbarTheme.cc Observer.cc Observer.hh \ | 64 | ToolbarTheme.hh ToolbarTheme.cc \ |
65 | WinButton.hh WinButton.cc Window.cc Window.hh \ | 65 | WinButton.hh WinButton.cc Window.cc Window.hh \ |
66 | Workspace.cc Workspace.hh \ | 66 | Workspace.cc Workspace.hh \ |
67 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayeredMenu.hh | 67 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayeredMenu.hh |