Changeset 823255b93401a002c0156230dbcbd5a508dd0baf
- Timestamp:
- 09/19/08 00:59:42 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- a2a811e2605275a015a5c8d402ea98b2947afb86
- Children:
- 82e8d8fbf1c058d73907d63d4dc8ac50c951bbcf
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-09-19T00:59:42Z+0200
- Message:
-
Removed a few legacy files.
2008-09-18 Armin Burgmeier <armin@…>
- inc/util/encoding.hpp:
- inc/core/encodingselector.hpp:
- inc/dragdrop.hpp:
- src/util/encoding.cpp:
- src/core/encodingselector.cpp:
- src/dragdrop.cpp: Removed. These remained from Gobby 0.4 but were
never used in 0.5.
- inc/util/Makefile.am:
- inc/core/Makefile.am:
- inc/Makefile.am:
- src/util/Makefile.am:
- src/core/Makefile.am:
- src/Makefile.am: Removed the files from the build.
- inc/window.hpp: Removed includes including those files.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
ra2a811e
|
r823255b
|
|
| | 1 | 2008-09-18 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * inc/util/encoding.hpp: |
| | 4 | * inc/core/encodingselector.hpp: |
| | 5 | * inc/dragdrop.hpp: |
| | 6 | * src/util/encoding.cpp: |
| | 7 | * src/core/encodingselector.cpp: |
| | 8 | * src/dragdrop.cpp: Removed. These remained from Gobby 0.4 but were |
| | 9 | never used in 0.5. |
| | 10 | |
| | 11 | * inc/util/Makefile.am: |
| | 12 | * inc/core/Makefile.am: |
| | 13 | * inc/Makefile.am: |
| | 14 | * src/util/Makefile.am: |
| | 15 | * src/core/Makefile.am: |
| | 16 | * src/Makefile.am: Removed the files from the build. |
| | 17 | |
| | 18 | * inc/window.hpp: Removed includes including those files. |
| | 19 | |
| 1 | 20 | 2008-09-18 Armin Burgmeier <armin@arbur.net> |
| 2 | 21 | |
-
-
|
rfb634fc
|
r823255b
|
|
| 5 | 5 | documentinfostorage.hpp \ |
| 6 | 6 | docwindow.hpp \ |
| 7 | | encodingselector.hpp \ |
| 8 | 7 | filechooser.hpp \ |
| 9 | 8 | folder.hpp \ |
-
|
r9a0333e
|
r823255b
|
|
| 5 | 5 | config.hpp \ |
| 6 | 6 | defaultaccumulator.hpp \ |
| 7 | | encoding.hpp \ |
| 8 | 7 | file.hpp \ |
| 9 | 8 | i18n.hpp \ |
-
|
rfb634fc
|
r823255b
|
|
| 21 | 21 | |
| 22 | 22 | #include "features.hpp" |
| 23 | | #include "dragdrop.hpp" |
| 24 | 23 | |
| 25 | 24 | #include "commands/browser-commands.hpp" |
| … |
… |
|
| 98 | 97 | HelpCommands m_commands_help; |
| 99 | 98 | |
| 100 | | // TODO: Can't we use this directly now that the session is |
| 101 | | // "always open"? |
| 102 | | std::auto_ptr<DragDrop> m_dnd; |
| 103 | | |
| 104 | 99 | // Dialogs |
| 105 | 100 | std::auto_ptr<InitialDialog> m_initial_dlg; |
-
|
rebd3ac7
|
r823255b
|
|
| 4 | 4 | |
| 5 | 5 | libgobby_a_SOURCES = \ |
| 6 | | dragdrop.cpp \ |
| 7 | 6 | main.cpp \ |
| 8 | 7 | window.cpp |
-
|
rebd3ac7
|
r823255b
|
|
| 6 | 6 | documentinfostorage.cpp \ |
| 7 | 7 | docwindow.cpp \ |
| 8 | | encodingselector.cpp \ |
| 9 | 8 | filechooser.cpp \ |
| 10 | 9 | folder.cpp \ |
-
|
rebd3ac7
|
r823255b
|
|
| 5 | 5 | color.cpp \ |
| 6 | 6 | config.cpp \ |
| 7 | | encoding.cpp \ |
| 8 | 7 | file.cpp \ |
| 9 | 8 | i18n.cpp \ |