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 SubsEditBox;
/// DOCME
typedef std::list<AssEntry*>::iterator entryIter;
typedef SelectionController<AssDialogue> SubtitleSelectionController;
typedef SelectionListener<AssDialogue> SubtitleSelectionListener;

View File

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