Skip to content
Extraits de code Groupes Projets
Valider 1506c1ab rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Remove some cruft from TextFileReader

parent 80548131
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
// //
// Aegisub Project http://www.aegisub.org/ // Aegisub Project http://www.aegisub.org/
/// @file text_file_reader.cpp
/// @brief Read plain text files line by line
/// @ingroup utility
///
#include "config.h" #include "config.h"
#include "text_file_reader.h" #include "text_file_reader.h"
......
...@@ -14,13 +14,6 @@ ...@@ -14,13 +14,6 @@
// //
// Aegisub Project http://www.aegisub.org/ // Aegisub Project http://www.aegisub.org/
/// @file text_file_reader.h
/// @see text_file_reader.cpp
/// @ingroup utility
///
#pragma once
#include <fstream> #include <fstream>
#include <memory> #include <memory>
#include <string> #include <string>
...@@ -35,9 +28,6 @@ class TextFileReader { ...@@ -35,9 +28,6 @@ class TextFileReader {
bool trim; bool trim;
agi::line_iterator<std::string> iter; agi::line_iterator<std::string> iter;
TextFileReader(const TextFileReader&);
TextFileReader& operator=(const TextFileReader&);
public: public:
/// @brief Constructor /// @brief Constructor
/// @param filename File to open /// @param filename File to open
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter