diff options
Diffstat (limited to 'LibGUI/GTCPSocket.h')
-rw-r--r-- | LibGUI/GTCPSocket.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/LibGUI/GTCPSocket.h b/LibGUI/GTCPSocket.h deleted file mode 100644 index 676e8def35..0000000000 --- a/LibGUI/GTCPSocket.h +++ /dev/null @@ -1,10 +0,0 @@ -#include <LibGUI/GSocket.h> - -class GTCPSocket final : public GSocket { -public: - explicit GTCPSocket(CObject* parent); - virtual ~GTCPSocket() override; - -private: -}; - |