Remove #pragma once from subs_grid.h

Originally committed to SVN as r5560.
This commit is contained in:
Thomas Goyne 2011-08-27 06:30:16 +00:00
parent 41119ff6fc
commit bc70429ffb
2 changed files with 0 additions and 8 deletions

View file

@ -53,10 +53,6 @@ class AssEntry;
class AssDialogue; class AssDialogue;
class SubsEditBox; class SubsEditBox;
/// DOCME
typedef std::list<AssEntry*>::iterator entryIter;
typedef SelectionController<AssDialogue> SubtitleSelectionController; typedef SelectionController<AssDialogue> SubtitleSelectionController;
typedef SelectionListener<AssDialogue> SubtitleSelectionListener; typedef SelectionListener<AssDialogue> SubtitleSelectionListener;

View file

@ -34,8 +34,6 @@
/// @ingroup main_ui /// @ingroup main_ui
/// ///
#pragma once
#ifndef AGI_PRE #ifndef AGI_PRE
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
@ -55,8 +53,6 @@ namespace agi { class OptionValue; }
class AssEntry; class AssEntry;
class wxMenu; class wxMenu;
typedef std::list<AssEntry*>::iterator entryIter;
/// DOCME /// DOCME
/// @class SubtitlesGrid /// @class SubtitlesGrid
/// @brief DOCME /// @brief DOCME