forked from mia/Aegisub
Remove #pragma once from subs_grid.h
Originally committed to SVN as r5560.
This commit is contained in:
parent
41119ff6fc
commit
bc70429ffb
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue