]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/configproto.h
Removed unused stuff.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / configproto.h
index b50b434aa80993bedf15830888b6dde8ab5daf80..42d5e7fa469a595b538f3226e19d3254014d789e 100644 (file)
@@ -63,10 +63,6 @@ public:
 
     void            SetPort(uint16_t p) { port = p; }
     void            SetAdmins(ADMINS * a);
-    void            SetUsers(USERS * u);
-    void            SetTariffs(TARIFFS * t);
-    void            SetStore(STORE * s);
-    void            SetStgSettings(const SETTINGS * s);
     uint32_t        GetAdminIP() const { return adminIP; }
     int             Prepare();
     int             Stop();