Changeset 823255b93401a002c0156230dbcbd5a508dd0baf

Show
Ignore:
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:
6 removed
8 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    ra2a811e r823255b  
     12008-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 
    1202008-09-18  Armin Burgmeier  <armin@arbur.net> 
    221 
  • inc/Makefile.am

    r91aa9b2 r823255b  
    22 
    33noinst_HEADERS = \ 
    4         dragdrop.hpp \ 
    54        window.hpp  
  • inc/core/Makefile.am

    rfb634fc r823255b  
    55        documentinfostorage.hpp \ 
    66        docwindow.hpp \ 
    7         encodingselector.hpp \ 
    87        filechooser.hpp \ 
    98        folder.hpp \ 
  • inc/util/Makefile.am

    r9a0333e r823255b  
    55        config.hpp \ 
    66        defaultaccumulator.hpp \ 
    7         encoding.hpp \ 
    87        file.hpp \ 
    98        i18n.hpp \ 
  • inc/window.hpp

    rfb634fc r823255b  
    2121 
    2222#include "features.hpp" 
    23 #include "dragdrop.hpp" 
    2423 
    2524#include "commands/browser-commands.hpp" 
     
    9897        HelpCommands m_commands_help; 
    9998 
    100         // TODO: Can't we use this directly now that the session is 
    101         // "always open"? 
    102         std::auto_ptr<DragDrop> m_dnd; 
    103  
    10499        // Dialogs 
    105100        std::auto_ptr<InitialDialog> m_initial_dlg; 
  • src/Makefile.am

    rebd3ac7 r823255b  
    44 
    55libgobby_a_SOURCES = \ 
    6         dragdrop.cpp \ 
    76        main.cpp \ 
    87        window.cpp 
  • src/core/Makefile.am

    rebd3ac7 r823255b  
    66        documentinfostorage.cpp \ 
    77        docwindow.cpp \ 
    8         encodingselector.cpp \ 
    98        filechooser.cpp \ 
    109        folder.cpp \ 
  • src/util/Makefile.am

    rebd3ac7 r823255b  
    55        color.cpp \ 
    66        config.cpp \ 
    7         encoding.cpp \ 
    87        file.cpp \ 
    98        i18n.cpp \